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=5171
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=5172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5170",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5171,
    "results": [
        {
            "start": 969708892,
            "stop": 969709102
        },
        {
            "start": 969709105,
            "stop": 969709173
        },
        {
            "start": 969709176,
            "stop": 969709222
        },
        {
            "start": 969709225,
            "stop": 969709633
        },
        {
            "start": 969709636,
            "stop": 969710054
        },
        {
            "start": 969710057,
            "stop": 969710263
        },
        {
            "start": 969710266,
            "stop": 969710399
        },
        {
            "start": 969710402,
            "stop": 969710697
        },
        {
            "start": 969710700,
            "stop": 969710888
        },
        {
            "start": 969710892,
            "stop": 969710959
        },
        {
            "start": 969710963,
            "stop": 969710979
        },
        {
            "start": 969710982,
            "stop": 969711141
        },
        {
            "start": 969711144,
            "stop": 969711213
        },
        {
            "start": 969711216,
            "stop": 969711232
        },
        {
            "start": 969711235,
            "stop": 969711455
        },
        {
            "start": 969711458,
            "stop": 969711467
        },
        {
            "start": 969711470,
            "stop": 969711700
        },
        {
            "start": 969711703,
            "stop": 969711711
        },
        {
            "start": 969711715,
            "stop": 969711726
        },
        {
            "start": 969711729,
            "stop": 969711816
        }
    ]
}