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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=314",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 315,
    "results": [
        {
            "start": 1263863267,
            "stop": 1263863811
        },
        {
            "start": 1263863815,
            "stop": 1263864561
        },
        {
            "start": 1263864566,
            "stop": 1263865181
        },
        {
            "start": 1263865186,
            "stop": 1263865677
        },
        {
            "start": 1263865681,
            "stop": 1263865693
        },
        {
            "start": 1263865698,
            "stop": 1263865932
        },
        {
            "start": 1263865937,
            "stop": 1263866402
        },
        {
            "start": 1263866407,
            "stop": 1263867670
        },
        {
            "start": 1263867675,
            "stop": 1263867732
        },
        {
            "start": 1263867737,
            "stop": 1263867743
        },
        {
            "start": 1263867748,
            "stop": 1263867823
        },
        {
            "start": 1263867828,
            "stop": 1263868427
        },
        {
            "start": 1263868432,
            "stop": 1263868581
        },
        {
            "start": 1263868586,
            "stop": 1263868699
        },
        {
            "start": 1263868704,
            "stop": 1263868964
        },
        {
            "start": 1263868969,
            "stop": 1263869926
        },
        {
            "start": 1263869928,
            "stop": 1263870988
        },
        {
            "start": 1263870992,
            "stop": 1263873683
        },
        {
            "start": 1263873687,
            "stop": 1263874250
        },
        {
            "start": 1263874255,
            "stop": 1263874987
        }
    ]
}