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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29339",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29337",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29338,
    "results": [
        {
            "start": 971246216,
            "stop": 971246225
        },
        {
            "start": 971246226,
            "stop": 971246238
        },
        {
            "start": 971246239,
            "stop": 971246247
        },
        {
            "start": 971246248,
            "stop": 971246282
        },
        {
            "start": 971246284,
            "stop": 971246297
        },
        {
            "start": 971246298,
            "stop": 971246327
        },
        {
            "start": 971246329,
            "stop": 971246342
        },
        {
            "start": 971246343,
            "stop": 971246357
        },
        {
            "start": 971246358,
            "stop": 971246362
        },
        {
            "start": 971246364,
            "stop": 971246378
        },
        {
            "start": 971246379,
            "stop": 971246388
        },
        {
            "start": 971246389,
            "stop": 971246422
        },
        {
            "start": 971246424,
            "stop": 971246477
        },
        {
            "start": 971246478,
            "stop": 971246494
        },
        {
            "start": 971246495,
            "stop": 971246496
        },
        {
            "start": 971246497,
            "stop": 971246520
        },
        {
            "start": 971246522,
            "stop": 971246528
        },
        {
            "start": 971246529,
            "stop": 971246534
        },
        {
            "start": 971246536,
            "stop": 971246539
        },
        {
            "start": 971246541,
            "stop": 971246547
        }
    ]
}