Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=59
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=58",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 59,
    "results": [
        {
            "start": 816203069,
            "stop": 816203295
        },
        {
            "start": 816203308,
            "stop": 816203323
        },
        {
            "start": 816203603,
            "stop": 816203758
        },
        {
            "start": 816203765,
            "stop": 816203873
        },
        {
            "start": 816204185,
            "stop": 816204249
        },
        {
            "start": 816204267,
            "stop": 816204272
        },
        {
            "start": 816204280,
            "stop": 816204284
        },
        {
            "start": 816204291,
            "stop": 816204336
        },
        {
            "start": 816204344,
            "stop": 816204366
        },
        {
            "start": 816204373,
            "stop": 816204417
        },
        {
            "start": 816204424,
            "stop": 816204467
        },
        {
            "start": 816204480,
            "stop": 816204622
        },
        {
            "start": 816204630,
            "stop": 816204825
        },
        {
            "start": 816204833,
            "stop": 816204872
        },
        {
            "start": 816204879,
            "stop": 816204928
        },
        {
            "start": 816204935,
            "stop": 816205019
        },
        {
            "start": 816205031,
            "stop": 816205310
        },
        {
            "start": 816205317,
            "stop": 816205344
        },
        {
            "start": 816205351,
            "stop": 816205389
        },
        {
            "start": 816205403,
            "stop": 816205420
        }
    ]
}