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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5236",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5237,
    "results": [
        {
            "start": 874335584,
            "stop": 874335596
        },
        {
            "start": 874335614,
            "stop": 874335644
        },
        {
            "start": 874335661,
            "stop": 874335776
        },
        {
            "start": 874336074,
            "stop": 874337940
        },
        {
            "start": 874338060,
            "stop": 874338063
        },
        {
            "start": 874338109,
            "stop": 874338126
        },
        {
            "start": 874338143,
            "stop": 874339776
        },
        {
            "start": 874339866,
            "stop": 874340010
        },
        {
            "start": 874340250,
            "stop": 874340387
        },
        {
            "start": 874341410,
            "stop": 874341480
        },
        {
            "start": 874341540,
            "stop": 874341720
        },
        {
            "start": 874341780,
            "stop": 874342198
        },
        {
            "start": 874342234,
            "stop": 874343100
        },
        {
            "start": 874345989,
            "stop": 874346003
        },
        {
            "start": 874346037,
            "stop": 874346050
        },
        {
            "start": 874346084,
            "stop": 874346088
        },
        {
            "start": 874346125,
            "stop": 874346214
        },
        {
            "start": 874346320,
            "stop": 874346466
        },
        {
            "start": 874346504,
            "stop": 874346760
        },
        {
            "start": 874350527,
            "stop": 874350539
        }
    ]
}