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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=268",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 269,
    "results": [
        {
            "start": 840618157,
            "stop": 840620412
        },
        {
            "start": 840620414,
            "stop": 840620444
        },
        {
            "start": 840620445,
            "stop": 840620599
        },
        {
            "start": 840620601,
            "stop": 840620746
        },
        {
            "start": 840620748,
            "stop": 840620878
        },
        {
            "start": 840620880,
            "stop": 840620951
        },
        {
            "start": 840620952,
            "stop": 840621109
        },
        {
            "start": 840621111,
            "stop": 840621162
        },
        {
            "start": 840621164,
            "stop": 840621370
        },
        {
            "start": 840621372,
            "stop": 840621452
        },
        {
            "start": 840621455,
            "stop": 840621622
        },
        {
            "start": 840621623,
            "stop": 840621871
        },
        {
            "start": 840621873,
            "stop": 840621989
        },
        {
            "start": 840621991,
            "stop": 840622292
        },
        {
            "start": 840622294,
            "stop": 840622650
        },
        {
            "start": 840622652,
            "stop": 840623149
        },
        {
            "start": 840623151,
            "stop": 840623168
        },
        {
            "start": 840624759,
            "stop": 840624824
        },
        {
            "start": 840624826,
            "stop": 840625023
        },
        {
            "start": 840625025,
            "stop": 840625072
        }
    ]
}