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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=257",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 258,
    "results": [
        {
            "start": 931165643,
            "stop": 931165647
        },
        {
            "start": 931165648,
            "stop": 931165650
        },
        {
            "start": 931165651,
            "stop": 931165655
        },
        {
            "start": 931165658,
            "stop": 931165662
        },
        {
            "start": 931165665,
            "stop": 931165666
        },
        {
            "start": 931165671,
            "stop": 931165672
        },
        {
            "start": 931165674,
            "stop": 931165675
        },
        {
            "start": 931165681,
            "stop": 931165688
        },
        {
            "start": 931165689,
            "stop": 931165690
        },
        {
            "start": 931165692,
            "stop": 931165704
        },
        {
            "start": 931165705,
            "stop": 931165707
        },
        {
            "start": 931165710,
            "stop": 931165711
        },
        {
            "start": 931165714,
            "stop": 931165717
        },
        {
            "start": 931165718,
            "stop": 931165719
        },
        {
            "start": 931165721,
            "stop": 931165722
        },
        {
            "start": 931165723,
            "stop": 931165726
        },
        {
            "start": 931165727,
            "stop": 931165730
        },
        {
            "start": 931165731,
            "stop": 931165733
        },
        {
            "start": 931165734,
            "stop": 931165737
        },
        {
            "start": 931165738,
            "stop": 931165739
        }
    ]
}