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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=519",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=517",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 518,
    "results": [
        {
            "start": 826498709,
            "stop": 826507300
        },
        {
            "start": 826508174,
            "stop": 826542371
        },
        {
            "start": 826543395,
            "stop": 826554058
        },
        {
            "start": 826563262,
            "stop": 826564590
        },
        {
            "start": 826565582,
            "stop": 826566726
        },
        {
            "start": 826566731,
            "stop": 826567682
        },
        {
            "start": 826567687,
            "stop": 826568635
        },
        {
            "start": 826568642,
            "stop": 826568992
        },
        {
            "start": 826568997,
            "stop": 826569088
        },
        {
            "start": 826569095,
            "stop": 826569543
        },
        {
            "start": 826573008,
            "stop": 826573764
        },
        {
            "start": 826574287,
            "stop": 826579202
        },
        {
            "start": 826579207,
            "stop": 826580416
        },
        {
            "start": 826581086,
            "stop": 826582970
        },
        {
            "start": 826583649,
            "stop": 826585475
        },
        {
            "start": 826585480,
            "stop": 826586304
        },
        {
            "start": 826586311,
            "stop": 826586679
        },
        {
            "start": 826586684,
            "stop": 826586750
        },
        {
            "start": 826586758,
            "stop": 826602677
        },
        {
            "start": 826603740,
            "stop": 826606406
        }
    ]
}