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=797
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=798",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=796",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 797,
    "results": [
        {
            "start": 1249922500,
            "stop": 1249923447
        },
        {
            "start": 1249923452,
            "stop": 1249923459
        },
        {
            "start": 1249931608,
            "stop": 1249933135
        },
        {
            "start": 1249933138,
            "stop": 1249933439
        },
        {
            "start": 1249933444,
            "stop": 1249934693
        },
        {
            "start": 1249934698,
            "stop": 1249934943
        },
        {
            "start": 1249934947,
            "stop": 1249936146
        },
        {
            "start": 1249936150,
            "stop": 1249936300
        },
        {
            "start": 1249936304,
            "stop": 1249936956
        },
        {
            "start": 1249936958,
            "stop": 1249938612
        },
        {
            "start": 1249944070,
            "stop": 1249944198
        },
        {
            "start": 1249944210,
            "stop": 1249944520
        },
        {
            "start": 1249948833,
            "stop": 1249948925
        },
        {
            "start": 1249948930,
            "stop": 1249950799
        },
        {
            "start": 1249953840,
            "stop": 1249954541
        },
        {
            "start": 1249954546,
            "stop": 1249954640
        },
        {
            "start": 1249954644,
            "stop": 1249954722
        },
        {
            "start": 1249954726,
            "stop": 1249954969
        },
        {
            "start": 1249954970,
            "stop": 1249955395
        },
        {
            "start": 1249955399,
            "stop": 1249955776
        }
    ]
}