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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5200",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5201,
    "results": [
        {
            "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": 875196459
        },
        {
            "start": 875196478,
            "stop": 875196493
        },
        {
            "start": 875196523,
            "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
        },
        {
            "start": 875197656,
            "stop": 875197731
        }
    ]
}