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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=197",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 198,
    "results": [
        {
            "start": 826619773,
            "stop": 826620253
        },
        {
            "start": 826620428,
            "stop": 826620728
        },
        {
            "start": 826620903,
            "stop": 826621113
        },
        {
            "start": 826621403,
            "stop": 826622303
        },
        {
            "start": 826622444,
            "stop": 826622684
        },
        {
            "start": 826623069,
            "stop": 826623369
        },
        {
            "start": 826623534,
            "stop": 826623594
        },
        {
            "start": 826623739,
            "stop": 826624669
        },
        {
            "start": 826624894,
            "stop": 826625674
        },
        {
            "start": 826625704,
            "stop": 826625764
        },
        {
            "start": 826625954,
            "stop": 826626134
        },
        {
            "start": 826626457,
            "stop": 826626577
        },
        {
            "start": 826626770,
            "stop": 826627070
        },
        {
            "start": 826627275,
            "stop": 826627845
        },
        {
            "start": 826629659,
            "stop": 826629779
        },
        {
            "start": 826629930,
            "stop": 826630290
        },
        {
            "start": 826630499,
            "stop": 826631039
        },
        {
            "start": 826631206,
            "stop": 826631356
        },
        {
            "start": 826631636,
            "stop": 826631786
        },
        {
            "start": 826632078,
            "stop": 826632378
        }
    ]
}