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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=258",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 259,
    "results": [
        {
            "start": 1264440002,
            "stop": 1264440242
        },
        {
            "start": 1264440243,
            "stop": 1264446717
        },
        {
            "start": 1264446718,
            "stop": 1264447095
        },
        {
            "start": 1264447097,
            "stop": 1264452541
        },
        {
            "start": 1264468070,
            "stop": 1264468276
        },
        {
            "start": 1264468484,
            "stop": 1264503989
        },
        {
            "start": 1264503990,
            "stop": 1264505669
        },
        {
            "start": 1264505671,
            "stop": 1264528206
        },
        {
            "start": 1264534237,
            "stop": 1264536158
        },
        {
            "start": 1264536160,
            "stop": 1264547741
        },
        {
            "start": 1264547790,
            "stop": 1264558292
        },
        {
            "start": 1264558294,
            "stop": 1264558295
        },
        {
            "start": 1264558299,
            "stop": 1264558305
        },
        {
            "start": 1264558309,
            "stop": 1264558330
        },
        {
            "start": 1264558338,
            "stop": 1264564272
        },
        {
            "start": 1264564273,
            "stop": 1264567108
        },
        {
            "start": 1264567109,
            "stop": 1264570812
        },
        {
            "start": 1264570898,
            "stop": 1264573477
        },
        {
            "start": 1264573478,
            "stop": 1264573479
        },
        {
            "start": 1264573481,
            "stop": 1264573483
        }
    ]
}