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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=428",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 429,
    "results": [
        {
            "start": 1264377719,
            "stop": 1264377774
        },
        {
            "start": 1264377779,
            "stop": 1264377805
        },
        {
            "start": 1264377808,
            "stop": 1264377812
        },
        {
            "start": 1264377815,
            "stop": 1264377829
        },
        {
            "start": 1264377832,
            "stop": 1264377834
        },
        {
            "start": 1264377839,
            "stop": 1264377848
        },
        {
            "start": 1264377850,
            "stop": 1264377852
        },
        {
            "start": 1264377853,
            "stop": 1264377857
        },
        {
            "start": 1264377858,
            "stop": 1264377866
        },
        {
            "start": 1264377867,
            "stop": 1264377870
        },
        {
            "start": 1264377871,
            "stop": 1264377874
        },
        {
            "start": 1264377876,
            "stop": 1264377882
        },
        {
            "start": 1264377883,
            "stop": 1264377958
        },
        {
            "start": 1264377959,
            "stop": 1264377979
        },
        {
            "start": 1264377982,
            "stop": 1264377998
        },
        {
            "start": 1264378000,
            "stop": 1264378005
        },
        {
            "start": 1264378006,
            "stop": 1264378015
        },
        {
            "start": 1264378016,
            "stop": 1264378023
        },
        {
            "start": 1264378024,
            "stop": 1264378029
        },
        {
            "start": 1264378031,
            "stop": 1264378032
        }
    ]
}