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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4778",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4779,
    "results": [
        {
            "start": 874602741,
            "stop": 874602762
        },
        {
            "start": 874602781,
            "stop": 874602787
        },
        {
            "start": 874602806,
            "stop": 874602875
        },
        {
            "start": 874602894,
            "stop": 874602966
        },
        {
            "start": 874602985,
            "stop": 874603020
        },
        {
            "start": 874603110,
            "stop": 874603149
        },
        {
            "start": 874603168,
            "stop": 874603175
        },
        {
            "start": 874603194,
            "stop": 874603223
        },
        {
            "start": 874603247,
            "stop": 874603287
        },
        {
            "start": 874603317,
            "stop": 874603331
        },
        {
            "start": 874603366,
            "stop": 874603403
        },
        {
            "start": 874603500,
            "stop": 874603524
        },
        {
            "start": 874603543,
            "stop": 874603611
        },
        {
            "start": 874603630,
            "stop": 874603645
        },
        {
            "start": 874603677,
            "stop": 874603719
        },
        {
            "start": 874603751,
            "stop": 874603793
        },
        {
            "start": 874603950,
            "stop": 874604014
        },
        {
            "start": 874604037,
            "stop": 874604041
        },
        {
            "start": 874604283,
            "stop": 874604305
        },
        {
            "start": 874604324,
            "stop": 874604343
        }
    ]
}