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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=89",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 90,
    "results": [
        {
            "start": 931506768,
            "stop": 931506770
        },
        {
            "start": 931506776,
            "stop": 931506779
        },
        {
            "start": 931506782,
            "stop": 931506784
        },
        {
            "start": 931506790,
            "stop": 931506808
        },
        {
            "start": 931506811,
            "stop": 931506812
        },
        {
            "start": 931506815,
            "stop": 931506816
        },
        {
            "start": 931506821,
            "stop": 931506830
        },
        {
            "start": 931506838,
            "stop": 931506843
        },
        {
            "start": 931506846,
            "stop": 931506852
        },
        {
            "start": 931506854,
            "stop": 931506860
        },
        {
            "start": 931506866,
            "stop": 931506871
        },
        {
            "start": 931506873,
            "stop": 931506875
        },
        {
            "start": 931506881,
            "stop": 931506882
        },
        {
            "start": 931506888,
            "stop": 931506893
        },
        {
            "start": 931506896,
            "stop": 931506910
        },
        {
            "start": 931506913,
            "stop": 931506936
        },
        {
            "start": 931506939,
            "stop": 931506943
        },
        {
            "start": 931506945,
            "stop": 931506958
        },
        {
            "start": 931506960,
            "stop": 931506961
        },
        {
            "start": 931506979,
            "stop": 931506980
        }
    ]
}