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=685
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=686",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=684",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 685,
    "results": [
        {
            "start": 1248673340,
            "stop": 1248673346
        },
        {
            "start": 1248673356,
            "stop": 1248673359
        },
        {
            "start": 1248673363,
            "stop": 1248673483
        },
        {
            "start": 1248673487,
            "stop": 1248677863
        },
        {
            "start": 1248677868,
            "stop": 1248678795
        },
        {
            "start": 1248678798,
            "stop": 1248684197
        },
        {
            "start": 1248684202,
            "stop": 1248685057
        },
        {
            "start": 1248685062,
            "stop": 1248686610
        },
        {
            "start": 1248686614,
            "stop": 1248689821
        },
        {
            "start": 1248689825,
            "stop": 1248690406
        },
        {
            "start": 1248690409,
            "stop": 1248690875
        },
        {
            "start": 1248690883,
            "stop": 1248690897
        },
        {
            "start": 1248690902,
            "stop": 1248692536
        },
        {
            "start": 1248692540,
            "stop": 1248693425
        },
        {
            "start": 1248693428,
            "stop": 1248696831
        },
        {
            "start": 1248696834,
            "stop": 1248697113
        },
        {
            "start": 1248697117,
            "stop": 1248698263
        },
        {
            "start": 1248698266,
            "stop": 1248698383
        },
        {
            "start": 1248698387,
            "stop": 1248701769
        },
        {
            "start": 1248701771,
            "stop": 1248711563
        }
    ]
}