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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=188",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 189,
    "results": [
        {
            "start": 1374612210,
            "stop": 1374613050
        },
        {
            "start": 1374613055,
            "stop": 1374613531
        },
        {
            "start": 1374613534,
            "stop": 1374614453
        },
        {
            "start": 1374614455,
            "stop": 1374615043
        },
        {
            "start": 1374615044,
            "stop": 1374616308
        },
        {
            "start": 1374616312,
            "stop": 1374617907
        },
        {
            "start": 1374617909,
            "stop": 1374618679
        },
        {
            "start": 1374618681,
            "stop": 1374619727
        },
        {
            "start": 1374619729,
            "stop": 1374620128
        },
        {
            "start": 1374620131,
            "stop": 1374620514
        },
        {
            "start": 1374621946,
            "stop": 1374622149
        },
        {
            "start": 1374622153,
            "stop": 1374622613
        },
        {
            "start": 1374622615,
            "stop": 1374623132
        },
        {
            "start": 1374623133,
            "stop": 1374624047
        },
        {
            "start": 1374624048,
            "stop": 1374624688
        },
        {
            "start": 1374634151,
            "stop": 1374634695
        },
        {
            "start": 1374634958,
            "stop": 1374640309
        },
        {
            "start": 1374640310,
            "stop": 1374640887
        },
        {
            "start": 1374640889,
            "stop": 1374642672
        },
        {
            "start": 1374642674,
            "stop": 1374642805
        }
    ]
}