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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5218",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5219,
    "results": [
        {
            "start": 875130602,
            "stop": 875130688
        },
        {
            "start": 875130700,
            "stop": 875130750
        },
        {
            "start": 875130757,
            "stop": 875130794
        },
        {
            "start": 875130802,
            "stop": 875130823
        },
        {
            "start": 875130830,
            "stop": 875131021
        },
        {
            "start": 875131028,
            "stop": 875131128
        },
        {
            "start": 875131136,
            "stop": 875131138
        },
        {
            "start": 875131146,
            "stop": 875131279
        },
        {
            "start": 875131291,
            "stop": 875131337
        },
        {
            "start": 875131344,
            "stop": 875131349
        },
        {
            "start": 875131356,
            "stop": 875131362
        },
        {
            "start": 875131369,
            "stop": 875131387
        },
        {
            "start": 875131394,
            "stop": 875131588
        },
        {
            "start": 875131595,
            "stop": 875131596
        },
        {
            "start": 875131603,
            "stop": 875131703
        },
        {
            "start": 875131710,
            "stop": 875131714
        },
        {
            "start": 875131721,
            "stop": 875131763
        },
        {
            "start": 875131770,
            "stop": 875131775
        },
        {
            "start": 875131782,
            "stop": 875131793
        },
        {
            "start": 875131800,
            "stop": 875131925
        }
    ]
}