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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=92",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 93,
    "results": [
        {
            "start": 931326965,
            "stop": 931326970
        },
        {
            "start": 931326977,
            "stop": 931326978
        },
        {
            "start": 931326980,
            "stop": 931326984
        },
        {
            "start": 931326988,
            "stop": 931326994
        },
        {
            "start": 931326996,
            "stop": 931327000
        },
        {
            "start": 931327003,
            "stop": 931327004
        },
        {
            "start": 931327006,
            "stop": 931327015
        },
        {
            "start": 931327018,
            "stop": 931327019
        },
        {
            "start": 931327024,
            "stop": 931327030
        },
        {
            "start": 931327034,
            "stop": 931327043
        },
        {
            "start": 931327048,
            "stop": 931327051
        },
        {
            "start": 931327059,
            "stop": 931327063
        },
        {
            "start": 931327068,
            "stop": 931327069
        },
        {
            "start": 931327071,
            "stop": 931327078
        },
        {
            "start": 931327084,
            "stop": 931327095
        },
        {
            "start": 931327099,
            "stop": 931327104
        },
        {
            "start": 931327106,
            "stop": 931327113
        },
        {
            "start": 931327117,
            "stop": 931327122
        },
        {
            "start": 931327129,
            "stop": 931327133
        },
        {
            "start": 931327137,
            "stop": 931327142
        }
    ]
}