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=7421
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=7422",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7420",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7421,
    "results": [
        {
            "start": 969912619,
            "stop": 969912636
        },
        {
            "start": 969912639,
            "stop": 969912668
        },
        {
            "start": 969912671,
            "stop": 969912700
        },
        {
            "start": 969912704,
            "stop": 969912710
        },
        {
            "start": 969912713,
            "stop": 969912732
        },
        {
            "start": 969912743,
            "stop": 969912747
        },
        {
            "start": 969912750,
            "stop": 969912767
        },
        {
            "start": 969913007,
            "stop": 969913173
        },
        {
            "start": 969913734,
            "stop": 969913775
        },
        {
            "start": 969913778,
            "stop": 969913884
        },
        {
            "start": 969913887,
            "stop": 969913907
        },
        {
            "start": 969914267,
            "stop": 969914348
        },
        {
            "start": 969914351,
            "stop": 969914355
        },
        {
            "start": 969914358,
            "stop": 969914372
        },
        {
            "start": 969914375,
            "stop": 969914382
        },
        {
            "start": 969914385,
            "stop": 969914414
        },
        {
            "start": 969914417,
            "stop": 969914465
        },
        {
            "start": 969914468,
            "stop": 969914469
        },
        {
            "start": 969914472,
            "stop": 969914478
        },
        {
            "start": 969914481,
            "stop": 969914506
        }
    ]
}