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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10234",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10235,
    "results": [
        {
            "start": 874324861,
            "stop": 874327461
        },
        {
            "start": 874327478,
            "stop": 874329126
        },
        {
            "start": 874331762,
            "stop": 874331776
        },
        {
            "start": 874331810,
            "stop": 874331888
        },
        {
            "start": 874331922,
            "stop": 874333930
        },
        {
            "start": 874333964,
            "stop": 874333980
        },
        {
            "start": 874334040,
            "stop": 874334586
        },
        {
            "start": 874335184,
            "stop": 874335474
        },
        {
            "start": 874335584,
            "stop": 874335596
        },
        {
            "start": 874335614,
            "stop": 874335644
        },
        {
            "start": 874335661,
            "stop": 874335776
        },
        {
            "start": 874336074,
            "stop": 874336861
        },
        {
            "start": 874336981,
            "stop": 874337940
        },
        {
            "start": 874338060,
            "stop": 874338063
        },
        {
            "start": 874338109,
            "stop": 874338126
        },
        {
            "start": 874338143,
            "stop": 874338731
        },
        {
            "start": 874338851,
            "stop": 874339710
        },
        {
            "start": 874341410,
            "stop": 874341480
        },
        {
            "start": 874341540,
            "stop": 874341720
        },
        {
            "start": 874341780,
            "stop": 874342198
        }
    ]
}