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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7526",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7524",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7525,
    "results": [
        {
            "start": 970405313,
            "stop": 970405314
        },
        {
            "start": 970405317,
            "stop": 970405337
        },
        {
            "start": 970405389,
            "stop": 970405390
        },
        {
            "start": 970405396,
            "stop": 970405397
        },
        {
            "start": 970405411,
            "stop": 970405421
        },
        {
            "start": 970405427,
            "stop": 970405429
        },
        {
            "start": 970405444,
            "stop": 970405473
        },
        {
            "start": 970405479,
            "stop": 970405480
        },
        {
            "start": 970405486,
            "stop": 970405511
        },
        {
            "start": 970405514,
            "stop": 970405525
        },
        {
            "start": 970405528,
            "stop": 970405562
        },
        {
            "start": 970405565,
            "stop": 970405570
        },
        {
            "start": 970405573,
            "stop": 970405672
        },
        {
            "start": 970405675,
            "stop": 970405687
        },
        {
            "start": 970405692,
            "stop": 970405696
        },
        {
            "start": 970405816,
            "stop": 970405837
        },
        {
            "start": 970405840,
            "stop": 970405845
        },
        {
            "start": 970405848,
            "stop": 970405877
        },
        {
            "start": 970405880,
            "stop": 970405915
        },
        {
            "start": 970405918,
            "stop": 970405953
        }
    ]
}