Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=639
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=640",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=638",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 639,
    "results": [
        {
            "start": 851522744,
            "stop": 851551624
        },
        {
            "start": 851551657,
            "stop": 851554521
        },
        {
            "start": 851554540,
            "stop": 851577450
        },
        {
            "start": 851577510,
            "stop": 851626594
        },
        {
            "start": 851626612,
            "stop": 851632309
        },
        {
            "start": 851632332,
            "stop": 851644588
        },
        {
            "start": 851645177,
            "stop": 851645609
        },
        {
            "start": 851645655,
            "stop": 851646510
        },
        {
            "start": 851647256,
            "stop": 851660182
        },
        {
            "start": 851663480,
            "stop": 851665981
        },
        {
            "start": 851669590,
            "stop": 851670330
        },
        {
            "start": 851671008,
            "stop": 851674106
        },
        {
            "start": 851677733,
            "stop": 851680063
        },
        {
            "start": 851680082,
            "stop": 851682973
        },
        {
            "start": 851683005,
            "stop": 851685871
        },
        {
            "start": 851685897,
            "stop": 851697990
        },
        {
            "start": 851699586,
            "stop": 851729430
        },
        {
            "start": 851730398,
            "stop": 851755102
        },
        {
            "start": 851755134,
            "stop": 851778334
        },
        {
            "start": 851782100,
            "stop": 851782397
        }
    ]
}