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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=12",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 13,
    "results": [
        {
            "start": 816234712,
            "stop": 816238609
        },
        {
            "start": 816238929,
            "stop": 816241155
        },
        {
            "start": 816241555,
            "stop": 816244459
        },
        {
            "start": 816245026,
            "stop": 816246468
        },
        {
            "start": 816246471,
            "stop": 816250080
        },
        {
            "start": 816250083,
            "stop": 816252696
        },
        {
            "start": 816252697,
            "stop": 816253397
        },
        {
            "start": 816253400,
            "stop": 816265989
        },
        {
            "start": 816265992,
            "stop": 816271632
        },
        {
            "start": 816272062,
            "stop": 816272183
        },
        {
            "start": 816272747,
            "stop": 816276877
        },
        {
            "start": 816277410,
            "stop": 816280384
        },
        {
            "start": 816281864,
            "stop": 816283899
        },
        {
            "start": 816283902,
            "stop": 816284934
        },
        {
            "start": 816285355,
            "stop": 816285491
        },
        {
            "start": 816285891,
            "stop": 816285902
        },
        {
            "start": 816286329,
            "stop": 816286548
        },
        {
            "start": 816286868,
            "stop": 816287175
        },
        {
            "start": 816287992,
            "stop": 816289149
        },
        {
            "start": 816289745,
            "stop": 816290458
        }
    ]
}