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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=505",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=503",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 504,
    "results": [
        {
            "start": 1262475904,
            "stop": 1262476056
        },
        {
            "start": 1262476059,
            "stop": 1262476915
        },
        {
            "start": 1262476917,
            "stop": 1262477950
        },
        {
            "start": 1262477953,
            "stop": 1262479513
        },
        {
            "start": 1262479521,
            "stop": 1262481038
        },
        {
            "start": 1262481041,
            "stop": 1262483028
        },
        {
            "start": 1262483031,
            "stop": 1262483749
        },
        {
            "start": 1262483752,
            "stop": 1262484328
        },
        {
            "start": 1262484331,
            "stop": 1262487128
        },
        {
            "start": 1262487131,
            "stop": 1262488498
        },
        {
            "start": 1262488501,
            "stop": 1262488602
        },
        {
            "start": 1262488610,
            "stop": 1262489968
        },
        {
            "start": 1262489971,
            "stop": 1262495459
        },
        {
            "start": 1262495462,
            "stop": 1262496305
        },
        {
            "start": 1262496308,
            "stop": 1262496439
        },
        {
            "start": 1262496442,
            "stop": 1262496479
        },
        {
            "start": 1262496482,
            "stop": 1262496719
        },
        {
            "start": 1262496722,
            "stop": 1262496748
        },
        {
            "start": 1262496751,
            "stop": 1262496871
        },
        {
            "start": 1262496874,
            "stop": 1262496885
        }
    ]
}