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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4920",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4921,
    "results": [
        {
            "start": 875195470,
            "stop": 875195575
        },
        {
            "start": 875195594,
            "stop": 875195665
        },
        {
            "start": 875195684,
            "stop": 875195701
        },
        {
            "start": 875195721,
            "stop": 875195722
        },
        {
            "start": 875195741,
            "stop": 875195745
        },
        {
            "start": 875195764,
            "stop": 875195880
        },
        {
            "start": 875195905,
            "stop": 875196272
        },
        {
            "start": 875196291,
            "stop": 875196360
        },
        {
            "start": 875196379,
            "stop": 875196419
        },
        {
            "start": 875196455,
            "stop": 875196458
        },
        {
            "start": 875196578,
            "stop": 875196635
        },
        {
            "start": 875196654,
            "stop": 875196862
        },
        {
            "start": 875196881,
            "stop": 875197015
        },
        {
            "start": 875197034,
            "stop": 875197082
        },
        {
            "start": 875197109,
            "stop": 875197295
        },
        {
            "start": 875197332,
            "stop": 875197456
        },
        {
            "start": 875197481,
            "stop": 875197510
        },
        {
            "start": 875197551,
            "stop": 875197571
        },
        {
            "start": 875197590,
            "stop": 875197595
        },
        {
            "start": 875197614,
            "stop": 875197634
        }
    ]
}