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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=259",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 260,
    "results": [
        {
            "start": 931509853,
            "stop": 931509854
        },
        {
            "start": 931509856,
            "stop": 931509859
        },
        {
            "start": 931509862,
            "stop": 931509868
        },
        {
            "start": 931509871,
            "stop": 931509878
        },
        {
            "start": 931509881,
            "stop": 931509916
        },
        {
            "start": 931509919,
            "stop": 931509925
        },
        {
            "start": 931509928,
            "stop": 931509939
        },
        {
            "start": 931509942,
            "stop": 931509952
        },
        {
            "start": 931509955,
            "stop": 931509973
        },
        {
            "start": 931509976,
            "stop": 931509994
        },
        {
            "start": 931509995,
            "stop": 931509999
        },
        {
            "start": 931510001,
            "stop": 931510024
        },
        {
            "start": 931510027,
            "stop": 931510052
        },
        {
            "start": 931510055,
            "stop": 931510060
        },
        {
            "start": 931510065,
            "stop": 931510076
        },
        {
            "start": 931510082,
            "stop": 931510094
        },
        {
            "start": 931510097,
            "stop": 931510113
        },
        {
            "start": 931510116,
            "stop": 931510120
        },
        {
            "start": 931510123,
            "stop": 931510126
        },
        {
            "start": 931510131,
            "stop": 931510149
        }
    ]
}