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=8894
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=8895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8893",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8894,
    "results": [
        {
            "start": 873277559,
            "stop": 873277597
        },
        {
            "start": 873277616,
            "stop": 873277644
        },
        {
            "start": 873277677,
            "stop": 873277846
        },
        {
            "start": 873277863,
            "stop": 873278376
        },
        {
            "start": 873278393,
            "stop": 873278632
        },
        {
            "start": 873278649,
            "stop": 873278965
        },
        {
            "start": 873278985,
            "stop": 873279205
        },
        {
            "start": 873279224,
            "stop": 873279312
        },
        {
            "start": 873279331,
            "stop": 873279335
        },
        {
            "start": 873279369,
            "stop": 873279371
        },
        {
            "start": 873279396,
            "stop": 873279411
        },
        {
            "start": 873279430,
            "stop": 873279646
        },
        {
            "start": 873279667,
            "stop": 873279816
        },
        {
            "start": 873279835,
            "stop": 873279876
        },
        {
            "start": 873279911,
            "stop": 873280444
        },
        {
            "start": 873280466,
            "stop": 873280582
        },
        {
            "start": 873280601,
            "stop": 873280802
        },
        {
            "start": 873280819,
            "stop": 873281208
        },
        {
            "start": 873281227,
            "stop": 873281678
        },
        {
            "start": 873281697,
            "stop": 873281819
        }
    ]
}