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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4590",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4588",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4589,
    "results": [
        {
            "start": 874041293,
            "stop": 874042243
        },
        {
            "start": 874042263,
            "stop": 874042440
        },
        {
            "start": 874042500,
            "stop": 874042971
        },
        {
            "start": 874042990,
            "stop": 874043105
        },
        {
            "start": 874043124,
            "stop": 874043234
        },
        {
            "start": 874043253,
            "stop": 874043503
        },
        {
            "start": 874043523,
            "stop": 874044251
        },
        {
            "start": 874044447,
            "stop": 874044897
        },
        {
            "start": 874044916,
            "stop": 874045167
        },
        {
            "start": 874045186,
            "stop": 874045200
        },
        {
            "start": 874045260,
            "stop": 874045318
        },
        {
            "start": 874045337,
            "stop": 874045620
        },
        {
            "start": 874045740,
            "stop": 874045794
        },
        {
            "start": 874045914,
            "stop": 874046306
        },
        {
            "start": 874046325,
            "stop": 874047000
        },
        {
            "start": 874047060,
            "stop": 874047847
        },
        {
            "start": 874047866,
            "stop": 874048163
        },
        {
            "start": 874048182,
            "stop": 874048526
        },
        {
            "start": 874048545,
            "stop": 874049130
        },
        {
            "start": 874049149,
            "stop": 874049171
        }
    ]
}