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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=350",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 351,
    "results": [
        {
            "start": 931933511,
            "stop": 931933512
        },
        {
            "start": 931933522,
            "stop": 931933523
        },
        {
            "start": 931933533,
            "stop": 931933534
        },
        {
            "start": 931933547,
            "stop": 931933548
        },
        {
            "start": 931933597,
            "stop": 931933598
        },
        {
            "start": 931933636,
            "stop": 931933637
        },
        {
            "start": 931933649,
            "stop": 931933650
        },
        {
            "start": 931933661,
            "stop": 931933662
        },
        {
            "start": 931933664,
            "stop": 931933665
        },
        {
            "start": 931933668,
            "stop": 931933669
        },
        {
            "start": 931933677,
            "stop": 931933680
        },
        {
            "start": 931933688,
            "stop": 931933689
        },
        {
            "start": 931933727,
            "stop": 931933728
        },
        {
            "start": 931933745,
            "stop": 931933747
        },
        {
            "start": 931933777,
            "stop": 931933778
        },
        {
            "start": 931933875,
            "stop": 931933877
        },
        {
            "start": 931933896,
            "stop": 931933897
        },
        {
            "start": 931933906,
            "stop": 931933907
        },
        {
            "start": 931933938,
            "stop": 931933939
        },
        {
            "start": 931933956,
            "stop": 931933957
        }
    ]
}