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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7436",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7434",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7435,
    "results": [
        {
            "start": 969908987,
            "stop": 969909305
        },
        {
            "start": 969909308,
            "stop": 969909363
        },
        {
            "start": 969909374,
            "stop": 969909519
        },
        {
            "start": 969909528,
            "stop": 969909946
        },
        {
            "start": 969909949,
            "stop": 969909950
        },
        {
            "start": 969909953,
            "stop": 969909962
        },
        {
            "start": 969910067,
            "stop": 969910163
        },
        {
            "start": 969910166,
            "stop": 969910250
        },
        {
            "start": 969910257,
            "stop": 969910305
        },
        {
            "start": 969910308,
            "stop": 969910441
        },
        {
            "start": 969910446,
            "stop": 969910487
        },
        {
            "start": 969910495,
            "stop": 969910499
        },
        {
            "start": 969910502,
            "stop": 969910716
        },
        {
            "start": 969910719,
            "stop": 969910774
        },
        {
            "start": 969911207,
            "stop": 969911267
        },
        {
            "start": 969911454,
            "stop": 969911502
        },
        {
            "start": 969911505,
            "stop": 969911523
        },
        {
            "start": 969911527,
            "stop": 969911545
        },
        {
            "start": 969911548,
            "stop": 969911567
        },
        {
            "start": 969911807,
            "stop": 969911925
        }
    ]
}