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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=21",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 22,
    "results": [
        {
            "start": 816346384,
            "stop": 816346626
        },
        {
            "start": 816346643,
            "stop": 816347245
        },
        {
            "start": 816347262,
            "stop": 816348173
        },
        {
            "start": 816349019,
            "stop": 816349167
        },
        {
            "start": 816349171,
            "stop": 816351450
        },
        {
            "start": 816355410,
            "stop": 816355950
        },
        {
            "start": 816358470,
            "stop": 816358531
        },
        {
            "start": 816358534,
            "stop": 816358545
        },
        {
            "start": 816358570,
            "stop": 816358593
        },
        {
            "start": 816358614,
            "stop": 816358699
        },
        {
            "start": 816358716,
            "stop": 816358781
        },
        {
            "start": 816362511,
            "stop": 816362520
        },
        {
            "start": 816362578,
            "stop": 816362685
        },
        {
            "start": 816362688,
            "stop": 816362689
        },
        {
            "start": 816362722,
            "stop": 816362724
        },
        {
            "start": 816362745,
            "stop": 816362802
        },
        {
            "start": 816362856,
            "stop": 816362869
        },
        {
            "start": 816362892,
            "stop": 816362904
        },
        {
            "start": 816362908,
            "stop": 816362949
        },
        {
            "start": 816362969,
            "stop": 816362970
        }
    ]
}