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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4174",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4175,
    "results": [
        {
            "start": 874373940,
            "stop": 874373956
        },
        {
            "start": 874373975,
            "stop": 874374022
        },
        {
            "start": 874374044,
            "stop": 874374060
        },
        {
            "start": 874374120,
            "stop": 874374131
        },
        {
            "start": 874374162,
            "stop": 874374181
        },
        {
            "start": 874374201,
            "stop": 874374220
        },
        {
            "start": 874374242,
            "stop": 874374318
        },
        {
            "start": 874374337,
            "stop": 874374360
        },
        {
            "start": 874374780,
            "stop": 874374840
        },
        {
            "start": 874374905,
            "stop": 874374947
        },
        {
            "start": 874375020,
            "stop": 874375024
        },
        {
            "start": 874375067,
            "stop": 874375080
        },
        {
            "start": 874375200,
            "stop": 874375237
        },
        {
            "start": 874375256,
            "stop": 874375260
        },
        {
            "start": 874375314,
            "stop": 874375325
        },
        {
            "start": 874375362,
            "stop": 874375405
        },
        {
            "start": 874375425,
            "stop": 874375438
        },
        {
            "start": 874375506,
            "stop": 874375514
        },
        {
            "start": 874375570,
            "stop": 874375581
        },
        {
            "start": 874375600,
            "stop": 874375620
        }
    ]
}