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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=6",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 7,
    "results": [
        {
            "start": 816207978,
            "stop": 816208453
        },
        {
            "start": 816209567,
            "stop": 816209590
        },
        {
            "start": 816210833,
            "stop": 816211274
        },
        {
            "start": 816211384,
            "stop": 816211869
        },
        {
            "start": 816211871,
            "stop": 816211891
        },
        {
            "start": 816213626,
            "stop": 816214132
        },
        {
            "start": 816214134,
            "stop": 816214213
        },
        {
            "start": 816214942,
            "stop": 816215005
        },
        {
            "start": 816215007,
            "stop": 816215773
        },
        {
            "start": 816247674,
            "stop": 816266372
        },
        {
            "start": 816266375,
            "stop": 816271599
        },
        {
            "start": 816271602,
            "stop": 816271608
        },
        {
            "start": 816271611,
            "stop": 816271619
        },
        {
            "start": 816273495,
            "stop": 816277077
        },
        {
            "start": 816277994,
            "stop": 816280392
        },
        {
            "start": 816284928,
            "stop": 816285013
        },
        {
            "start": 816290344,
            "stop": 816291263
        },
        {
            "start": 816319884,
            "stop": 816326067
        },
        {
            "start": 816327625,
            "stop": 816343929
        },
        {
            "start": 816343932,
            "stop": 816353497
        }
    ]
}