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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=158",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 159,
    "results": [
        {
            "start": 832465715,
            "stop": 832465726
        },
        {
            "start": 832465743,
            "stop": 832465759
        },
        {
            "start": 832465763,
            "stop": 832465768
        },
        {
            "start": 832465772,
            "stop": 832465778
        },
        {
            "start": 832465791,
            "stop": 832465835
        },
        {
            "start": 832465843,
            "stop": 832465854
        },
        {
            "start": 832465858,
            "stop": 832465942
        },
        {
            "start": 832465950,
            "stop": 832465995
        },
        {
            "start": 832466004,
            "stop": 832466052
        },
        {
            "start": 832466056,
            "stop": 832466134
        },
        {
            "start": 832466143,
            "stop": 832466163
        },
        {
            "start": 832466167,
            "stop": 832466250
        },
        {
            "start": 832466254,
            "stop": 832479826
        },
        {
            "start": 832482102,
            "stop": 832507250
        },
        {
            "start": 832509282,
            "stop": 832509284
        },
        {
            "start": 832509304,
            "stop": 832509785
        },
        {
            "start": 832511187,
            "stop": 832529926
        },
        {
            "start": 832539250,
            "stop": 832542537
        },
        {
            "start": 832543459,
            "stop": 832553334
        },
        {
            "start": 832554751,
            "stop": 832557415
        }
    ]
}