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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=207",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 208,
    "results": [
        {
            "start": 933085345,
            "stop": 933085365
        },
        {
            "start": 933085367,
            "stop": 933085380
        },
        {
            "start": 933085385,
            "stop": 933085401
        },
        {
            "start": 933085420,
            "stop": 933085423
        },
        {
            "start": 933085424,
            "stop": 933085613
        },
        {
            "start": 933085632,
            "stop": 933085674
        },
        {
            "start": 933085693,
            "stop": 933085788
        },
        {
            "start": 933085789,
            "stop": 933085804
        },
        {
            "start": 933086581,
            "stop": 933086711
        },
        {
            "start": 933086730,
            "stop": 933087031
        },
        {
            "start": 933087032,
            "stop": 933087067
        },
        {
            "start": 933087085,
            "stop": 933087407
        },
        {
            "start": 933087425,
            "stop": 933087446
        },
        {
            "start": 933087473,
            "stop": 933087554
        },
        {
            "start": 933087573,
            "stop": 933087580
        },
        {
            "start": 933087599,
            "stop": 933087616
        },
        {
            "start": 933087635,
            "stop": 933087807
        },
        {
            "start": 933087812,
            "stop": 933088363
        },
        {
            "start": 933088364,
            "stop": 933088459
        },
        {
            "start": 933088465,
            "stop": 933088596
        }
    ]
}