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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=42",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 43,
    "results": [
        {
            "start": 821677938,
            "stop": 821678242
        },
        {
            "start": 821678245,
            "stop": 821678301
        },
        {
            "start": 821678304,
            "stop": 821678361
        },
        {
            "start": 821678365,
            "stop": 821678372
        },
        {
            "start": 821678380,
            "stop": 821678391
        },
        {
            "start": 821678394,
            "stop": 821678498
        },
        {
            "start": 821678501,
            "stop": 821678653
        },
        {
            "start": 821678656,
            "stop": 821679068
        },
        {
            "start": 821679071,
            "stop": 821679096
        },
        {
            "start": 821679099,
            "stop": 821679187
        },
        {
            "start": 821679190,
            "stop": 821679383
        },
        {
            "start": 821679386,
            "stop": 821679393
        },
        {
            "start": 821679397,
            "stop": 821679888
        },
        {
            "start": 821679891,
            "stop": 821680927
        },
        {
            "start": 821680930,
            "stop": 821681248
        },
        {
            "start": 821681251,
            "stop": 821681653
        },
        {
            "start": 821682259,
            "stop": 821682290
        },
        {
            "start": 821682293,
            "stop": 821682312
        },
        {
            "start": 821682315,
            "stop": 821682951
        },
        {
            "start": 821682954,
            "stop": 821683475
        }
    ]
}