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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=353",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 354,
    "results": [
        {
            "start": 931889883,
            "stop": 931890066
        },
        {
            "start": 931890067,
            "stop": 931890105
        },
        {
            "start": 931890106,
            "stop": 931890156
        },
        {
            "start": 931890157,
            "stop": 931890221
        },
        {
            "start": 931890224,
            "stop": 931890264
        },
        {
            "start": 931890265,
            "stop": 931890507
        },
        {
            "start": 931890509,
            "stop": 931890652
        },
        {
            "start": 931890653,
            "stop": 931890773
        },
        {
            "start": 931890774,
            "stop": 931890867
        },
        {
            "start": 931890868,
            "stop": 931891054
        },
        {
            "start": 931891055,
            "stop": 931891102
        },
        {
            "start": 931891103,
            "stop": 931891232
        },
        {
            "start": 931891234,
            "stop": 931891652
        },
        {
            "start": 931891653,
            "stop": 931891654
        },
        {
            "start": 931891655,
            "stop": 931892523
        },
        {
            "start": 931892524,
            "stop": 931892714
        },
        {
            "start": 931892715,
            "stop": 931892802
        },
        {
            "start": 931892803,
            "stop": 931892896
        },
        {
            "start": 931892897,
            "stop": 931892976
        },
        {
            "start": 931892979,
            "stop": 931893061
        }
    ]
}