Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=810
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=811",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=809",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 810,
    "results": [
        {
            "start": 1250228903,
            "stop": 1250232462
        },
        {
            "start": 1250232465,
            "stop": 1250232490
        },
        {
            "start": 1250232493,
            "stop": 1250232656
        },
        {
            "start": 1250232658,
            "stop": 1250232923
        },
        {
            "start": 1250232927,
            "stop": 1250233423
        },
        {
            "start": 1250233428,
            "stop": 1250235697
        },
        {
            "start": 1250235702,
            "stop": 1250236712
        },
        {
            "start": 1250236717,
            "stop": 1250236725
        },
        {
            "start": 1250236730,
            "stop": 1250236736
        },
        {
            "start": 1250236741,
            "stop": 1250236742
        },
        {
            "start": 1250236746,
            "stop": 1250236756
        },
        {
            "start": 1250236761,
            "stop": 1250237241
        },
        {
            "start": 1250237250,
            "stop": 1250237252
        },
        {
            "start": 1250237260,
            "stop": 1250237290
        },
        {
            "start": 1250237295,
            "stop": 1250237298
        },
        {
            "start": 1250237301,
            "stop": 1250237308
        },
        {
            "start": 1250237309,
            "stop": 1250237312
        },
        {
            "start": 1250237318,
            "stop": 1250238128
        },
        {
            "start": 1250238133,
            "stop": 1250238158
        },
        {
            "start": 1250238163,
            "stop": 1250238211
        }
    ]
}