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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=869",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=867",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 868,
    "results": [
        {
            "start": 1250943567,
            "stop": 1250945395
        },
        {
            "start": 1250945398,
            "stop": 1250946275
        },
        {
            "start": 1250946278,
            "stop": 1250949123
        },
        {
            "start": 1250975277,
            "stop": 1250975689
        },
        {
            "start": 1250975693,
            "stop": 1250977194
        },
        {
            "start": 1250977198,
            "stop": 1250977877
        },
        {
            "start": 1250977882,
            "stop": 1250978364
        },
        {
            "start": 1250978367,
            "stop": 1250979560
        },
        {
            "start": 1250979564,
            "stop": 1250979759
        },
        {
            "start": 1250979763,
            "stop": 1250979812
        },
        {
            "start": 1250979816,
            "stop": 1250981135
        },
        {
            "start": 1250981139,
            "stop": 1250982000
        },
        {
            "start": 1250982003,
            "stop": 1250982171
        },
        {
            "start": 1250982175,
            "stop": 1250983382
        },
        {
            "start": 1250983386,
            "stop": 1250983433
        },
        {
            "start": 1250983437,
            "stop": 1250983494
        },
        {
            "start": 1250983502,
            "stop": 1250983788
        },
        {
            "start": 1250983792,
            "stop": 1250986627
        },
        {
            "start": 1250986630,
            "stop": 1250986777
        },
        {
            "start": 1250986782,
            "stop": 1250986837
        }
    ]
}