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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9886",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9887,
    "results": [
        {
            "start": 870868074,
            "stop": 870868088
        },
        {
            "start": 870868096,
            "stop": 870868102
        },
        {
            "start": 870868110,
            "stop": 870868190
        },
        {
            "start": 870868198,
            "stop": 870868215
        },
        {
            "start": 870868222,
            "stop": 870868341
        },
        {
            "start": 870868349,
            "stop": 870868366
        },
        {
            "start": 870868376,
            "stop": 870868424
        },
        {
            "start": 870868432,
            "stop": 870868559
        },
        {
            "start": 870868590,
            "stop": 870868645
        },
        {
            "start": 870868653,
            "stop": 870868705
        },
        {
            "start": 870868712,
            "stop": 870868719
        },
        {
            "start": 870868764,
            "stop": 870868780
        },
        {
            "start": 870868788,
            "stop": 870868886
        },
        {
            "start": 870868896,
            "stop": 870868934
        },
        {
            "start": 870868942,
            "stop": 870868959
        },
        {
            "start": 870868975,
            "stop": 870868998
        },
        {
            "start": 870869005,
            "stop": 870869017
        },
        {
            "start": 870869051,
            "stop": 870869066
        },
        {
            "start": 870869073,
            "stop": 870869081
        },
        {
            "start": 870869090,
            "stop": 870869107
        }
    ]
}