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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=119",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 120,
    "results": [
        {
            "start": 818294666,
            "stop": 818294714
        },
        {
            "start": 818294721,
            "stop": 818295412
        },
        {
            "start": 818295419,
            "stop": 818295664
        },
        {
            "start": 818295671,
            "stop": 818295716
        },
        {
            "start": 818295723,
            "stop": 818295886
        },
        {
            "start": 818295893,
            "stop": 818296423
        },
        {
            "start": 818296604,
            "stop": 818298823
        },
        {
            "start": 818299004,
            "stop": 818318310
        },
        {
            "start": 818318317,
            "stop": 818322379
        },
        {
            "start": 818322571,
            "stop": 818322920
        },
        {
            "start": 818323081,
            "stop": 818323294
        },
        {
            "start": 818323298,
            "stop": 818323482
        },
        {
            "start": 818323610,
            "stop": 818324128
        },
        {
            "start": 818324472,
            "stop": 818326513
        },
        {
            "start": 818327623,
            "stop": 818334883
        },
        {
            "start": 818334884,
            "stop": 818338826
        },
        {
            "start": 818339042,
            "stop": 818339102
        },
        {
            "start": 818339294,
            "stop": 818339332
        },
        {
            "start": 818339416,
            "stop": 818342923
        },
        {
            "start": 818343104,
            "stop": 818343181
        }
    ]
}