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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2156",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2157,
    "results": [
        {
            "start": 869443557,
            "stop": 869443733
        },
        {
            "start": 869443843,
            "stop": 869443851
        },
        {
            "start": 869444151,
            "stop": 869449872
        },
        {
            "start": 869449878,
            "stop": 869464530
        },
        {
            "start": 869464676,
            "stop": 869464722
        },
        {
            "start": 869465224,
            "stop": 869466220
        },
        {
            "start": 869468554,
            "stop": 869469277
        },
        {
            "start": 869469280,
            "stop": 869472332
        },
        {
            "start": 869472442,
            "stop": 869472654
        },
        {
            "start": 869472954,
            "stop": 869473213
        },
        {
            "start": 869473480,
            "stop": 869473618
        },
        {
            "start": 869473918,
            "stop": 869477970
        },
        {
            "start": 869478030,
            "stop": 869491640
        },
        {
            "start": 869491645,
            "stop": 869491672
        },
        {
            "start": 869491678,
            "stop": 869493982
        },
        {
            "start": 869493985,
            "stop": 869496255
        },
        {
            "start": 869496260,
            "stop": 869497895
        },
        {
            "start": 869497905,
            "stop": 869498762
        },
        {
            "start": 869498764,
            "stop": 869499437
        },
        {
            "start": 869499443,
            "stop": 869501465
        }
    ]
}