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=10075
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=10076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10074",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10075,
    "results": [
        {
            "start": 873113489,
            "stop": 873113490
        },
        {
            "start": 873113547,
            "stop": 873113556
        },
        {
            "start": 873113628,
            "stop": 873113650
        },
        {
            "start": 873113779,
            "stop": 873113781
        },
        {
            "start": 873113841,
            "stop": 873113856
        },
        {
            "start": 873113949,
            "stop": 873113968
        },
        {
            "start": 873114031,
            "stop": 873114032
        },
        {
            "start": 873114184,
            "stop": 873114296
        },
        {
            "start": 873114455,
            "stop": 873114827
        },
        {
            "start": 873114863,
            "stop": 873114981
        },
        {
            "start": 873115017,
            "stop": 873115261
        },
        {
            "start": 873115278,
            "stop": 873115344
        },
        {
            "start": 873115380,
            "stop": 873115399
        },
        {
            "start": 873115435,
            "stop": 873115516
        },
        {
            "start": 873115584,
            "stop": 873115602
        },
        {
            "start": 873115639,
            "stop": 873115771
        },
        {
            "start": 873115837,
            "stop": 873116405
        },
        {
            "start": 873116441,
            "stop": 873116505
        },
        {
            "start": 873116541,
            "stop": 873117333
        },
        {
            "start": 873117376,
            "stop": 873117423
        }
    ]
}