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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=62",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 63,
    "results": [
        {
            "start": 1126447714,
            "stop": 1126447787
        },
        {
            "start": 1126447789,
            "stop": 1126448069
        },
        {
            "start": 1126448073,
            "stop": 1126448075
        },
        {
            "start": 1126448077,
            "stop": 1126448089
        },
        {
            "start": 1126448093,
            "stop": 1126448353
        },
        {
            "start": 1126448354,
            "stop": 1126448451
        },
        {
            "start": 1126448453,
            "stop": 1126448630
        },
        {
            "start": 1126448631,
            "stop": 1126448859
        },
        {
            "start": 1126448861,
            "stop": 1126448862
        },
        {
            "start": 1126448865,
            "stop": 1126448867
        },
        {
            "start": 1126448869,
            "stop": 1126448872
        },
        {
            "start": 1126448875,
            "stop": 1126448876
        },
        {
            "start": 1126448878,
            "stop": 1126448896
        },
        {
            "start": 1126448898,
            "stop": 1126448900
        },
        {
            "start": 1126448903,
            "stop": 1126448905
        },
        {
            "start": 1126470677,
            "stop": 1126470753
        },
        {
            "start": 1126470755,
            "stop": 1126470822
        },
        {
            "start": 1126470823,
            "stop": 1126470870
        },
        {
            "start": 1126470872,
            "stop": 1126471117
        },
        {
            "start": 1126471118,
            "stop": 1126471134
        }
    ]
}