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=1611
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=1612",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1610",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1611,
    "results": [
        {
            "start": 954032149,
            "stop": 954032151
        },
        {
            "start": 954057510,
            "stop": 954057639
        },
        {
            "start": 954076970,
            "stop": 954079276
        },
        {
            "start": 954079278,
            "stop": 954079390
        },
        {
            "start": 954082552,
            "stop": 954082845
        },
        {
            "start": 954082846,
            "stop": 954082924
        },
        {
            "start": 954082926,
            "stop": 954083079
        },
        {
            "start": 954083082,
            "stop": 954083127
        },
        {
            "start": 954083128,
            "stop": 954083177
        },
        {
            "start": 954083179,
            "stop": 954083427
        },
        {
            "start": 954083429,
            "stop": 954083617
        },
        {
            "start": 954084308,
            "stop": 954084503
        },
        {
            "start": 954084505,
            "stop": 954085037
        },
        {
            "start": 954085039,
            "stop": 954085090
        },
        {
            "start": 954085092,
            "stop": 954085113
        },
        {
            "start": 954085115,
            "stop": 954085246
        },
        {
            "start": 954085677,
            "stop": 954086177
        },
        {
            "start": 954086179,
            "stop": 954086745
        },
        {
            "start": 954086747,
            "stop": 954086977
        },
        {
            "start": 954086979,
            "stop": 954087296
        }
    ]
}