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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1989",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1987",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1988,
    "results": [
        {
            "start": 856431578,
            "stop": 856436075
        },
        {
            "start": 856437403,
            "stop": 856438183
        },
        {
            "start": 856438483,
            "stop": 856451151
        },
        {
            "start": 856453273,
            "stop": 856453631
        },
        {
            "start": 856453931,
            "stop": 856466250
        },
        {
            "start": 856466310,
            "stop": 856466328
        },
        {
            "start": 856466644,
            "stop": 856466657
        },
        {
            "start": 856467288,
            "stop": 856471181
        },
        {
            "start": 856472161,
            "stop": 856481490
        },
        {
            "start": 856481550,
            "stop": 856500713
        },
        {
            "start": 856501197,
            "stop": 856501343
        },
        {
            "start": 856501453,
            "stop": 856502176
        },
        {
            "start": 856502963,
            "stop": 856503021
        },
        {
            "start": 856503628,
            "stop": 856503925
        },
        {
            "start": 856504225,
            "stop": 856504535
        },
        {
            "start": 856504645,
            "stop": 856505224
        },
        {
            "start": 856505965,
            "stop": 856506138
        },
        {
            "start": 856506438,
            "stop": 856509021
        },
        {
            "start": 856509131,
            "stop": 856509426
        },
        {
            "start": 856509726,
            "stop": 856523034
        }
    ]
}