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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=156",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 157,
    "results": [
        {
            "start": 931135513,
            "stop": 931135514
        },
        {
            "start": 931135515,
            "stop": 931135518
        },
        {
            "start": 931135522,
            "stop": 931135523
        },
        {
            "start": 931135525,
            "stop": 931135528
        },
        {
            "start": 931135529,
            "stop": 931135532
        },
        {
            "start": 931135533,
            "stop": 931135537
        },
        {
            "start": 931135540,
            "stop": 931135547
        },
        {
            "start": 931135548,
            "stop": 931135551
        },
        {
            "start": 931135552,
            "stop": 931135555
        },
        {
            "start": 931135556,
            "stop": 931135560
        },
        {
            "start": 931135561,
            "stop": 931135566
        },
        {
            "start": 931135567,
            "stop": 931135570
        },
        {
            "start": 931135576,
            "stop": 931135578
        },
        {
            "start": 931135580,
            "stop": 931135582
        },
        {
            "start": 931135585,
            "stop": 931135589
        },
        {
            "start": 931135594,
            "stop": 931135600
        },
        {
            "start": 931135603,
            "stop": 931135612
        },
        {
            "start": 931135613,
            "stop": 931135616
        },
        {
            "start": 931135619,
            "stop": 931135622
        },
        {
            "start": 931135624,
            "stop": 931135626
        }
    ]
}