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=5112
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=5113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5111",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5112,
    "results": [
        {
            "start": 874673917,
            "stop": 874673966
        },
        {
            "start": 874673973,
            "stop": 874674028
        },
        {
            "start": 874674035,
            "stop": 874674150
        },
        {
            "start": 874674158,
            "stop": 874674197
        },
        {
            "start": 874674204,
            "stop": 874674220
        },
        {
            "start": 874674227,
            "stop": 874674254
        },
        {
            "start": 874674261,
            "stop": 874674440
        },
        {
            "start": 874674447,
            "stop": 874674588
        },
        {
            "start": 874674595,
            "stop": 874674636
        },
        {
            "start": 874674643,
            "stop": 874674741
        },
        {
            "start": 874674751,
            "stop": 874674803
        },
        {
            "start": 874674810,
            "stop": 874674845
        },
        {
            "start": 874674853,
            "stop": 874674907
        },
        {
            "start": 874674915,
            "stop": 874675253
        },
        {
            "start": 874675260,
            "stop": 874675375
        },
        {
            "start": 874675385,
            "stop": 874675395
        },
        {
            "start": 874675402,
            "stop": 874675470
        },
        {
            "start": 874675477,
            "stop": 874675485
        },
        {
            "start": 874675493,
            "stop": 874675519
        },
        {
            "start": 874675526,
            "stop": 874675555
        }
    ]
}