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=7921
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=7922",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7920",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7921,
    "results": [
        {
            "start": 969996010,
            "stop": 969996022
        },
        {
            "start": 969996026,
            "stop": 969996029
        },
        {
            "start": 969996032,
            "stop": 969996042
        },
        {
            "start": 969996049,
            "stop": 969996067
        },
        {
            "start": 969996074,
            "stop": 969996077
        },
        {
            "start": 969996081,
            "stop": 969996103
        },
        {
            "start": 969996106,
            "stop": 969996110
        },
        {
            "start": 969996114,
            "stop": 969996126
        },
        {
            "start": 969996130,
            "stop": 969996155
        },
        {
            "start": 969996158,
            "stop": 969996159
        },
        {
            "start": 969996163,
            "stop": 969996249
        },
        {
            "start": 969996253,
            "stop": 969996261
        },
        {
            "start": 969996264,
            "stop": 969996350
        },
        {
            "start": 969996353,
            "stop": 969996447
        },
        {
            "start": 969996450,
            "stop": 969996601
        },
        {
            "start": 969996604,
            "stop": 969996609
        },
        {
            "start": 969996612,
            "stop": 969996637
        },
        {
            "start": 969996640,
            "stop": 969996665
        },
        {
            "start": 969996669,
            "stop": 969996873
        },
        {
            "start": 969996876,
            "stop": 969996912
        }
    ]
}