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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=321",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 322,
    "results": [
        {
            "start": 1260319895,
            "stop": 1260319947
        },
        {
            "start": 1260319950,
            "stop": 1260320152
        },
        {
            "start": 1260320155,
            "stop": 1260320163
        },
        {
            "start": 1260320166,
            "stop": 1260320445
        },
        {
            "start": 1260320448,
            "stop": 1260320662
        },
        {
            "start": 1260320665,
            "stop": 1260320669
        },
        {
            "start": 1260320672,
            "stop": 1260320766
        },
        {
            "start": 1260320769,
            "stop": 1260320923
        },
        {
            "start": 1260320926,
            "stop": 1260320961
        },
        {
            "start": 1260320964,
            "stop": 1260321082
        },
        {
            "start": 1260321085,
            "stop": 1260321366
        },
        {
            "start": 1260321369,
            "stop": 1260321531
        },
        {
            "start": 1260321534,
            "stop": 1260321553
        },
        {
            "start": 1260321556,
            "stop": 1260321724
        },
        {
            "start": 1260321727,
            "stop": 1260321865
        },
        {
            "start": 1260321868,
            "stop": 1260322023
        },
        {
            "start": 1260322024,
            "stop": 1260322395
        },
        {
            "start": 1260322398,
            "stop": 1260322423
        },
        {
            "start": 1260322426,
            "stop": 1260322428
        },
        {
            "start": 1260322431,
            "stop": 1260322485
        }
    ]
}