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/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=359
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=358",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 359,
    "results": [
        {
            "start": 864081270,
            "stop": 864090297
        },
        {
            "start": 864090338,
            "stop": 864107882
        },
        {
            "start": 864107992,
            "stop": 864108655
        },
        {
            "start": 864108955,
            "stop": 864131983
        },
        {
            "start": 864132330,
            "stop": 864139157
        },
        {
            "start": 864139178,
            "stop": 864139193
        },
        {
            "start": 864139211,
            "stop": 864144417
        },
        {
            "start": 864144451,
            "stop": 864146468
        },
        {
            "start": 864146578,
            "stop": 864147194
        },
        {
            "start": 864147216,
            "stop": 864147612
        },
        {
            "start": 864147912,
            "stop": 864148373
        },
        {
            "start": 864148929,
            "stop": 864149790
        },
        {
            "start": 864149850,
            "stop": 864149871
        },
        {
            "start": 864150203,
            "stop": 864150235
        },
        {
            "start": 864150345,
            "stop": 864151195
        },
        {
            "start": 864151408,
            "stop": 864152452
        },
        {
            "start": 864152752,
            "stop": 864153720
        },
        {
            "start": 864153820,
            "stop": 864155357
        },
        {
            "start": 864155391,
            "stop": 864156739
        },
        {
            "start": 864156761,
            "stop": 864158570
        }
    ]
}