Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=311
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=310",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 311,
    "results": [
        {
            "start": 935615133,
            "stop": 935615614
        },
        {
            "start": 935615616,
            "stop": 935616270
        },
        {
            "start": 935616273,
            "stop": 935616286
        },
        {
            "start": 935616288,
            "stop": 935616361
        },
        {
            "start": 935616363,
            "stop": 935616376
        },
        {
            "start": 935616378,
            "stop": 935616390
        },
        {
            "start": 935616393,
            "stop": 935616405
        },
        {
            "start": 935616408,
            "stop": 935616420
        },
        {
            "start": 935616423,
            "stop": 935616436
        },
        {
            "start": 935616438,
            "stop": 935616674
        },
        {
            "start": 935616678,
            "stop": 935617225
        },
        {
            "start": 935617228,
            "stop": 935618415
        },
        {
            "start": 935618595,
            "stop": 935618671
        },
        {
            "start": 935618673,
            "stop": 935620845
        },
        {
            "start": 935620848,
            "stop": 935620906
        },
        {
            "start": 935620909,
            "stop": 935621026
        },
        {
            "start": 935621028,
            "stop": 935621194
        },
        {
            "start": 935621196,
            "stop": 935621821
        },
        {
            "start": 935621823,
            "stop": 935621850
        },
        {
            "start": 935621853,
            "stop": 935621952
        }
    ]
}