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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7977",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7975",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7976,
    "results": [
        {
            "start": 970243203,
            "stop": 970243303
        },
        {
            "start": 970243306,
            "stop": 970243351
        },
        {
            "start": 970243354,
            "stop": 970243409
        },
        {
            "start": 970243416,
            "stop": 970243486
        },
        {
            "start": 970243492,
            "stop": 970243548
        },
        {
            "start": 970243553,
            "stop": 970243616
        },
        {
            "start": 970243619,
            "stop": 970243633
        },
        {
            "start": 970243636,
            "stop": 970243736
        },
        {
            "start": 970243760,
            "stop": 970243761
        },
        {
            "start": 970243782,
            "stop": 970243811
        },
        {
            "start": 970243814,
            "stop": 970243818
        },
        {
            "start": 970243821,
            "stop": 970243901
        },
        {
            "start": 970243904,
            "stop": 970243928
        },
        {
            "start": 970243931,
            "stop": 970243971
        },
        {
            "start": 970243974,
            "stop": 970244032
        },
        {
            "start": 970244038,
            "stop": 970244174
        },
        {
            "start": 970244177,
            "stop": 970244181
        },
        {
            "start": 970244202,
            "stop": 970244209
        },
        {
            "start": 970244212,
            "stop": 970244420
        },
        {
            "start": 970244423,
            "stop": 970244502
        }
    ]
}