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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=108",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 109,
    "results": [
        {
            "start": 959691401,
            "stop": 959691980
        },
        {
            "start": 959693870,
            "stop": 959694638
        },
        {
            "start": 959696059,
            "stop": 959703498
        },
        {
            "start": 959730710,
            "stop": 959738891
        },
        {
            "start": 959739924,
            "stop": 959744933
        },
        {
            "start": 959749849,
            "stop": 959759655
        },
        {
            "start": 959760747,
            "stop": 959761798
        },
        {
            "start": 959769286,
            "stop": 959770624
        },
        {
            "start": 959774954,
            "stop": 959775633
        },
        {
            "start": 959778240,
            "stop": 959778607
        },
        {
            "start": 959780751,
            "stop": 959781109
        },
        {
            "start": 959803858,
            "stop": 959804434
        },
        {
            "start": 959845092,
            "stop": 959846312
        },
        {
            "start": 959855731,
            "stop": 959857465
        },
        {
            "start": 959898246,
            "stop": 959934917
        },
        {
            "start": 959937543,
            "stop": 959939590
        },
        {
            "start": 959940334,
            "stop": 959944539
        },
        {
            "start": 959952415,
            "stop": 959952584
        },
        {
            "start": 959954263,
            "stop": 959954835
        },
        {
            "start": 959959833,
            "stop": 959959882
        }
    ]
}