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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=74",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 75,
    "results": [
        {
            "start": 832884517,
            "stop": 832923584
        },
        {
            "start": 832927446,
            "stop": 832932681
        },
        {
            "start": 832932760,
            "stop": 832950599
        },
        {
            "start": 832955090,
            "stop": 833007533
        },
        {
            "start": 833011436,
            "stop": 833035635
        },
        {
            "start": 833051246,
            "stop": 833051365
        },
        {
            "start": 833053009,
            "stop": 833057391
        },
        {
            "start": 833063328,
            "stop": 833069191
        },
        {
            "start": 833070022,
            "stop": 833089662
        },
        {
            "start": 833090585,
            "stop": 833091182
        },
        {
            "start": 833092202,
            "stop": 833122124
        },
        {
            "start": 833123852,
            "stop": 833137609
        },
        {
            "start": 833138625,
            "stop": 833140820
        },
        {
            "start": 833141727,
            "stop": 833144703
        },
        {
            "start": 833144823,
            "stop": 833147271
        },
        {
            "start": 833148180,
            "stop": 833148261
        },
        {
            "start": 833148382,
            "stop": 833227331
        },
        {
            "start": 833229296,
            "stop": 833235216
        },
        {
            "start": 833236212,
            "stop": 833269414
        },
        {
            "start": 833272619,
            "stop": 833292377
        }
    ]
}