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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1685",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1683",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1684,
    "results": [
        {
            "start": 957490837,
            "stop": 957490992
        },
        {
            "start": 957490994,
            "stop": 957491047
        },
        {
            "start": 957491049,
            "stop": 957491050
        },
        {
            "start": 957491051,
            "stop": 957492159
        },
        {
            "start": 957492161,
            "stop": 957492223
        },
        {
            "start": 957492225,
            "stop": 957492689
        },
        {
            "start": 957492691,
            "stop": 957493545
        },
        {
            "start": 957493547,
            "stop": 957493549
        },
        {
            "start": 957493551,
            "stop": 957493976
        },
        {
            "start": 957493978,
            "stop": 957494116
        },
        {
            "start": 957494118,
            "stop": 957494262
        },
        {
            "start": 957494264,
            "stop": 957494643
        },
        {
            "start": 957494645,
            "stop": 957494858
        },
        {
            "start": 957494860,
            "stop": 957494996
        },
        {
            "start": 957494998,
            "stop": 957495036
        },
        {
            "start": 957495038,
            "stop": 957495178
        },
        {
            "start": 957495180,
            "stop": 957495204
        },
        {
            "start": 957495206,
            "stop": 957495418
        },
        {
            "start": 957495420,
            "stop": 957495459
        },
        {
            "start": 957495461,
            "stop": 957495674
        }
    ]
}