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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14130",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14131,
    "results": [
        {
            "start": 971162334,
            "stop": 971162335
        },
        {
            "start": 971162337,
            "stop": 971162338
        },
        {
            "start": 971162341,
            "stop": 971162343
        },
        {
            "start": 971162348,
            "stop": 971162349
        },
        {
            "start": 971162351,
            "stop": 971162355
        },
        {
            "start": 971162361,
            "stop": 971162362
        },
        {
            "start": 971162363,
            "stop": 971162365
        },
        {
            "start": 971162367,
            "stop": 971162375
        },
        {
            "start": 971162376,
            "stop": 971162377
        },
        {
            "start": 971162380,
            "stop": 971162382
        },
        {
            "start": 971162392,
            "stop": 971162393
        },
        {
            "start": 971162401,
            "stop": 971162402
        },
        {
            "start": 971162405,
            "stop": 971162407
        },
        {
            "start": 971162412,
            "stop": 971162417
        },
        {
            "start": 971162421,
            "stop": 971162425
        },
        {
            "start": 971162428,
            "stop": 971162431
        },
        {
            "start": 971162434,
            "stop": 971162437
        },
        {
            "start": 971162439,
            "stop": 971162440
        },
        {
            "start": 971162442,
            "stop": 971162445
        },
        {
            "start": 971162451,
            "stop": 971162454
        }
    ]
}