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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=364",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 365,
    "results": [
        {
            "start": 1241116755,
            "stop": 1241120415
        },
        {
            "start": 1241120419,
            "stop": 1241120534
        },
        {
            "start": 1241120537,
            "stop": 1241120758
        },
        {
            "start": 1241120763,
            "stop": 1241121072
        },
        {
            "start": 1241121076,
            "stop": 1241121114
        },
        {
            "start": 1241121119,
            "stop": 1241123723
        },
        {
            "start": 1241123727,
            "stop": 1241125258
        },
        {
            "start": 1241125261,
            "stop": 1241125697
        },
        {
            "start": 1241125702,
            "stop": 1241125785
        },
        {
            "start": 1241125790,
            "stop": 1241125816
        },
        {
            "start": 1241125820,
            "stop": 1241127959
        },
        {
            "start": 1241127964,
            "stop": 1241130364
        },
        {
            "start": 1241130369,
            "stop": 1241133245
        },
        {
            "start": 1241133250,
            "stop": 1241134952
        },
        {
            "start": 1241134956,
            "stop": 1241138884
        },
        {
            "start": 1241138888,
            "stop": 1241140420
        },
        {
            "start": 1241140422,
            "stop": 1241142310
        },
        {
            "start": 1241142318,
            "stop": 1241147874
        },
        {
            "start": 1241147879,
            "stop": 1241148263
        },
        {
            "start": 1241148268,
            "stop": 1241150817
        }
    ]
}