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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=67",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 68,
    "results": [
        {
            "start": 821349289,
            "stop": 821349315
        },
        {
            "start": 821349318,
            "stop": 821349641
        },
        {
            "start": 821349644,
            "stop": 821349655
        },
        {
            "start": 821349660,
            "stop": 821349879
        },
        {
            "start": 821349882,
            "stop": 821350127
        },
        {
            "start": 821350130,
            "stop": 821350349
        },
        {
            "start": 821350352,
            "stop": 821350556
        },
        {
            "start": 821350559,
            "stop": 821350771
        },
        {
            "start": 821350774,
            "stop": 821350916
        },
        {
            "start": 821350919,
            "stop": 821350922
        },
        {
            "start": 821350925,
            "stop": 821350926
        },
        {
            "start": 821350929,
            "stop": 821350931
        },
        {
            "start": 821350934,
            "stop": 821351075
        },
        {
            "start": 821351078,
            "stop": 821351182
        },
        {
            "start": 821351185,
            "stop": 821351347
        },
        {
            "start": 821351350,
            "stop": 821351356
        },
        {
            "start": 821351359,
            "stop": 821351397
        },
        {
            "start": 821351400,
            "stop": 821351656
        },
        {
            "start": 821351659,
            "stop": 821351672
        },
        {
            "start": 821351675,
            "stop": 821351685
        }
    ]
}