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=4634
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=4635",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4633",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4634,
    "results": [
        {
            "start": 874239815,
            "stop": 874240024
        },
        {
            "start": 874240048,
            "stop": 874240176
        },
        {
            "start": 874240195,
            "stop": 874240258
        },
        {
            "start": 874240277,
            "stop": 874240499
        },
        {
            "start": 874240518,
            "stop": 874240647
        },
        {
            "start": 874240670,
            "stop": 874240677
        },
        {
            "start": 874240709,
            "stop": 874240715
        },
        {
            "start": 874240738,
            "stop": 874240763
        },
        {
            "start": 874240808,
            "stop": 874241024
        },
        {
            "start": 874241048,
            "stop": 874241066
        },
        {
            "start": 874241095,
            "stop": 874241127
        },
        {
            "start": 874241146,
            "stop": 874241164
        },
        {
            "start": 874241188,
            "stop": 874241211
        },
        {
            "start": 874241230,
            "stop": 874241319
        },
        {
            "start": 874241341,
            "stop": 874241508
        },
        {
            "start": 874241531,
            "stop": 874241578
        },
        {
            "start": 874241597,
            "stop": 874241641
        },
        {
            "start": 874241662,
            "stop": 874241675
        },
        {
            "start": 874241694,
            "stop": 874241770
        },
        {
            "start": 874241789,
            "stop": 874241864
        }
    ]
}