Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=125",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 126,
    "results": [
        {
            "start": 1260152861,
            "stop": 1260153214
        },
        {
            "start": 1260153219,
            "stop": 1260153367
        },
        {
            "start": 1260153368,
            "stop": 1260155365
        },
        {
            "start": 1260155370,
            "stop": 1260156132
        },
        {
            "start": 1260156137,
            "stop": 1260158710
        },
        {
            "start": 1260158713,
            "stop": 1260160087
        },
        {
            "start": 1260160092,
            "stop": 1260160859
        },
        {
            "start": 1260160864,
            "stop": 1260162575
        },
        {
            "start": 1260162580,
            "stop": 1260162705
        },
        {
            "start": 1260162709,
            "stop": 1260162917
        },
        {
            "start": 1260162922,
            "stop": 1260163981
        },
        {
            "start": 1260163986,
            "stop": 1260164274
        },
        {
            "start": 1260164279,
            "stop": 1260164421
        },
        {
            "start": 1260164427,
            "stop": 1260164535
        },
        {
            "start": 1260164536,
            "stop": 1260164727
        },
        {
            "start": 1260164732,
            "stop": 1260164860
        },
        {
            "start": 1260164862,
            "stop": 1260164884
        },
        {
            "start": 1260164889,
            "stop": 1260164896
        },
        {
            "start": 1260164899,
            "stop": 1260164918
        },
        {
            "start": 1260164923,
            "stop": 1260164958
        }
    ]
}