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=1647
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=1648",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1646",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1647,
    "results": [
        {
            "start": 956262923,
            "stop": 956270226
        },
        {
            "start": 956270474,
            "stop": 956275493
        },
        {
            "start": 956275495,
            "stop": 956289243
        },
        {
            "start": 956295864,
            "stop": 956296567
        },
        {
            "start": 956296569,
            "stop": 956296940
        },
        {
            "start": 956296942,
            "stop": 956299218
        },
        {
            "start": 956301692,
            "stop": 956309939
        },
        {
            "start": 956309941,
            "stop": 956310876
        },
        {
            "start": 956310879,
            "stop": 956311729
        },
        {
            "start": 956311731,
            "stop": 956311826
        },
        {
            "start": 956311828,
            "stop": 956311953
        },
        {
            "start": 956311954,
            "stop": 956312166
        },
        {
            "start": 956312683,
            "stop": 956312973
        },
        {
            "start": 956312975,
            "stop": 956313914
        },
        {
            "start": 956313916,
            "stop": 956313963
        },
        {
            "start": 956313965,
            "stop": 956314084
        },
        {
            "start": 956314086,
            "stop": 956314296
        },
        {
            "start": 956314298,
            "stop": 956314299
        },
        {
            "start": 956314301,
            "stop": 956314306
        },
        {
            "start": 956314308,
            "stop": 956314369
        }
    ]
}