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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=96",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 97,
    "results": [
        {
            "start": 825880581,
            "stop": 825880596
        },
        {
            "start": 825882309,
            "stop": 825882319
        },
        {
            "start": 825882323,
            "stop": 825882328
        },
        {
            "start": 825882342,
            "stop": 825882347
        },
        {
            "start": 825882371,
            "stop": 825882410
        },
        {
            "start": 825882414,
            "stop": 825882430
        },
        {
            "start": 825882434,
            "stop": 825882454
        },
        {
            "start": 825882486,
            "stop": 825882525
        },
        {
            "start": 825882534,
            "stop": 825882545
        },
        {
            "start": 825882548,
            "stop": 825882624
        },
        {
            "start": 825882628,
            "stop": 825882827
        },
        {
            "start": 825882831,
            "stop": 825882967
        },
        {
            "start": 825882970,
            "stop": 825883351
        },
        {
            "start": 825883359,
            "stop": 825883394
        },
        {
            "start": 825883412,
            "stop": 825883635
        },
        {
            "start": 825883639,
            "stop": 825883645
        },
        {
            "start": 825883649,
            "stop": 825883847
        },
        {
            "start": 825883856,
            "stop": 825883915
        },
        {
            "start": 825883919,
            "stop": 825883924
        },
        {
            "start": 825883943,
            "stop": 825883949
        }
    ]
}