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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4028",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4029,
    "results": [
        {
            "start": 874957933,
            "stop": 874957934
        },
        {
            "start": 874957938,
            "stop": 874957939
        },
        {
            "start": 874957965,
            "stop": 874957969
        },
        {
            "start": 874957974,
            "stop": 874957975
        },
        {
            "start": 874957976,
            "stop": 874957978
        },
        {
            "start": 874957980,
            "stop": 874957982
        },
        {
            "start": 874957985,
            "stop": 874957987
        },
        {
            "start": 874957988,
            "stop": 874957989
        },
        {
            "start": 874957991,
            "stop": 874957992
        },
        {
            "start": 874957997,
            "stop": 874957998
        },
        {
            "start": 874958012,
            "stop": 874958014
        },
        {
            "start": 874958015,
            "stop": 874958016
        },
        {
            "start": 874958017,
            "stop": 874958018
        },
        {
            "start": 874958020,
            "stop": 874958021
        },
        {
            "start": 874958022,
            "stop": 874958024
        },
        {
            "start": 874958027,
            "stop": 874958029
        },
        {
            "start": 874958030,
            "stop": 874958031
        },
        {
            "start": 874958032,
            "stop": 874958033
        },
        {
            "start": 874958034,
            "stop": 874958035
        },
        {
            "start": 874958037,
            "stop": 874958039
        }
    ]
}