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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=135",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 136,
    "results": [
        {
            "start": 816989707,
            "stop": 816989757
        },
        {
            "start": 816989779,
            "stop": 816989853
        },
        {
            "start": 816989872,
            "stop": 816989914
        },
        {
            "start": 816989931,
            "stop": 816989956
        },
        {
            "start": 816989959,
            "stop": 816990232
        },
        {
            "start": 816990252,
            "stop": 816990260
        },
        {
            "start": 816990277,
            "stop": 816990512
        },
        {
            "start": 816990555,
            "stop": 816990589
        },
        {
            "start": 816990609,
            "stop": 816990817
        },
        {
            "start": 816990859,
            "stop": 816990953
        },
        {
            "start": 816990956,
            "stop": 816990999
        },
        {
            "start": 816991034,
            "stop": 816991069
        },
        {
            "start": 816991086,
            "stop": 816991173
        },
        {
            "start": 816991208,
            "stop": 816991385
        },
        {
            "start": 816991441,
            "stop": 816991501
        },
        {
            "start": 816991521,
            "stop": 816991698
        },
        {
            "start": 816991734,
            "stop": 816992064
        },
        {
            "start": 816992067,
            "stop": 816992121
        },
        {
            "start": 816992140,
            "stop": 816992231
        },
        {
            "start": 816992270,
            "stop": 816992420
        }
    ]
}