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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=338",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 339,
    "results": [
        {
            "start": 818777774,
            "stop": 818777820
        },
        {
            "start": 818777841,
            "stop": 818777865
        },
        {
            "start": 818777901,
            "stop": 818777961
        },
        {
            "start": 818777964,
            "stop": 818777971
        },
        {
            "start": 818777974,
            "stop": 818777992
        },
        {
            "start": 818778039,
            "stop": 818778098
        },
        {
            "start": 818778101,
            "stop": 818778114
        },
        {
            "start": 818778117,
            "stop": 818778133
        },
        {
            "start": 818778137,
            "stop": 818778142
        },
        {
            "start": 818778189,
            "stop": 818778220
        },
        {
            "start": 818778224,
            "stop": 818778272
        },
        {
            "start": 818778291,
            "stop": 818778304
        },
        {
            "start": 818778339,
            "stop": 818778384
        },
        {
            "start": 818778405,
            "stop": 818778407
        },
        {
            "start": 818778469,
            "stop": 818778487
        },
        {
            "start": 818778490,
            "stop": 818778528
        },
        {
            "start": 818778643,
            "stop": 818778670
        },
        {
            "start": 818778719,
            "stop": 818778766
        },
        {
            "start": 818778786,
            "stop": 818778868
        },
        {
            "start": 818778921,
            "stop": 818778972
        }
    ]
}