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=7419
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=7420",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7418",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7419,
    "results": [
        {
            "start": 969907850,
            "stop": 969907864
        },
        {
            "start": 969907882,
            "stop": 969907907
        },
        {
            "start": 969908267,
            "stop": 969908387
        },
        {
            "start": 969908507,
            "stop": 969908723
        },
        {
            "start": 969908726,
            "stop": 969908807
        },
        {
            "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
        }
    ]
}