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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1795",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1793",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1794,
    "results": [
        {
            "start": 959855731,
            "stop": 959857449
        },
        {
            "start": 959857451,
            "stop": 959857506
        },
        {
            "start": 959857508,
            "stop": 959857549
        },
        {
            "start": 959857550,
            "stop": 959857555
        },
        {
            "start": 959898246,
            "stop": 959905627
        },
        {
            "start": 959905628,
            "stop": 959909497
        },
        {
            "start": 959909498,
            "stop": 959924688
        },
        {
            "start": 959924690,
            "stop": 959925240
        },
        {
            "start": 959925242,
            "stop": 959935007
        },
        {
            "start": 959937543,
            "stop": 959939590
        },
        {
            "start": 959940334,
            "stop": 959944544
        },
        {
            "start": 959944546,
            "stop": 959944629
        },
        {
            "start": 959952415,
            "stop": 959952674
        },
        {
            "start": 959954263,
            "stop": 959954751
        },
        {
            "start": 959954753,
            "stop": 959954925
        },
        {
            "start": 959959093,
            "stop": 959959097
        },
        {
            "start": 959959833,
            "stop": 959959972
        },
        {
            "start": 959962800,
            "stop": 959966526
        },
        {
            "start": 959969809,
            "stop": 959970651
        },
        {
            "start": 959970653,
            "stop": 959971112
        }
    ]
}