Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=13",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 14,
    "results": [
        {
            "start": 815885848,
            "stop": 815886057
        },
        {
            "start": 815886060,
            "stop": 815886517
        },
        {
            "start": 815886520,
            "stop": 815887022
        },
        {
            "start": 815887026,
            "stop": 815887284
        },
        {
            "start": 815887288,
            "stop": 815887794
        },
        {
            "start": 815887797,
            "stop": 815888153
        },
        {
            "start": 815888157,
            "stop": 815888376
        },
        {
            "start": 815888380,
            "stop": 815889043
        },
        {
            "start": 815889406,
            "stop": 815890101
        },
        {
            "start": 815892907,
            "stop": 815895119
        },
        {
            "start": 815895122,
            "stop": 815896810
        },
        {
            "start": 815896813,
            "stop": 815897669
        },
        {
            "start": 815897673,
            "stop": 815897853
        },
        {
            "start": 815897856,
            "stop": 815898042
        },
        {
            "start": 815898045,
            "stop": 815898941
        },
        {
            "start": 815898945,
            "stop": 815901797
        },
        {
            "start": 815901800,
            "stop": 815902064
        },
        {
            "start": 815902260,
            "stop": 815902701
        },
        {
            "start": 815902704,
            "stop": 815903993
        },
        {
            "start": 815903996,
            "stop": 815904913
        }
    ]
}