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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10193",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10194,
    "results": [
        {
            "start": 873895620,
            "stop": 873895673
        },
        {
            "start": 873895920,
            "stop": 873896199
        },
        {
            "start": 873896319,
            "stop": 873896581
        },
        {
            "start": 873896631,
            "stop": 873896662
        },
        {
            "start": 873896669,
            "stop": 873897330
        },
        {
            "start": 873897401,
            "stop": 873897544
        },
        {
            "start": 873897616,
            "stop": 873897723
        },
        {
            "start": 873897759,
            "stop": 873897792
        },
        {
            "start": 873897828,
            "stop": 873898725
        },
        {
            "start": 873898742,
            "stop": 873899148
        },
        {
            "start": 873899184,
            "stop": 873899400
        },
        {
            "start": 873899436,
            "stop": 873899760
        },
        {
            "start": 873899795,
            "stop": 873900843
        },
        {
            "start": 873900850,
            "stop": 873901068
        },
        {
            "start": 873901104,
            "stop": 873901252
        },
        {
            "start": 873901259,
            "stop": 873901652
        },
        {
            "start": 873901691,
            "stop": 873902968
        },
        {
            "start": 873903088,
            "stop": 873903463
        },
        {
            "start": 873903470,
            "stop": 873904643
        },
        {
            "start": 873904679,
            "stop": 873904846
        }
    ]
}