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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=84",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 85,
    "results": [
        {
            "start": 821440182,
            "stop": 821440203
        },
        {
            "start": 821440206,
            "stop": 821440267
        },
        {
            "start": 821440270,
            "stop": 821440274
        },
        {
            "start": 821440277,
            "stop": 821440337
        },
        {
            "start": 821440342,
            "stop": 821440442
        },
        {
            "start": 821440445,
            "stop": 821440473
        },
        {
            "start": 821440476,
            "stop": 821440535
        },
        {
            "start": 821440538,
            "stop": 821440589
        },
        {
            "start": 821440592,
            "stop": 821440598
        },
        {
            "start": 821440601,
            "stop": 821440668
        },
        {
            "start": 821440671,
            "stop": 821440750
        },
        {
            "start": 821440753,
            "stop": 821440806
        },
        {
            "start": 821440809,
            "stop": 821440988
        },
        {
            "start": 821440991,
            "stop": 821440999
        },
        {
            "start": 821441002,
            "stop": 821441061
        },
        {
            "start": 821441064,
            "stop": 821441068
        },
        {
            "start": 821441071,
            "stop": 821441160
        },
        {
            "start": 821441163,
            "stop": 821441263
        },
        {
            "start": 821441266,
            "stop": 821441340
        },
        {
            "start": 821441343,
            "stop": 821441402
        }
    ]
}