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=1706
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=1707",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1705",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1706,
    "results": [
        {
            "start": 957765399,
            "stop": 957766487
        },
        {
            "start": 957766489,
            "stop": 957766595
        },
        {
            "start": 957766597,
            "stop": 957766874
        },
        {
            "start": 957766876,
            "stop": 957767296
        },
        {
            "start": 957767298,
            "stop": 957767582
        },
        {
            "start": 957767583,
            "stop": 957768132
        },
        {
            "start": 957768134,
            "stop": 957768157
        },
        {
            "start": 957768159,
            "stop": 957768222
        },
        {
            "start": 957768224,
            "stop": 957768344
        },
        {
            "start": 957768346,
            "stop": 957768789
        },
        {
            "start": 957768791,
            "stop": 957768819
        },
        {
            "start": 957768821,
            "stop": 957768931
        },
        {
            "start": 957768933,
            "stop": 957768946
        },
        {
            "start": 957768948,
            "stop": 957769235
        },
        {
            "start": 957769237,
            "stop": 957770115
        },
        {
            "start": 957770116,
            "stop": 957770410
        },
        {
            "start": 957770412,
            "stop": 957770555
        },
        {
            "start": 957770557,
            "stop": 957770731
        },
        {
            "start": 957770733,
            "stop": 957771027
        },
        {
            "start": 957771029,
            "stop": 957771272
        }
    ]
}