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=5202
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=5203",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5201",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5202,
    "results": [
        {
            "start": 1137029596,
            "stop": 1137029615
        },
        {
            "start": 1137029617,
            "stop": 1137029618
        },
        {
            "start": 1137029620,
            "stop": 1137029622
        },
        {
            "start": 1137029623,
            "stop": 1137029642
        },
        {
            "start": 1137029645,
            "stop": 1137029662
        },
        {
            "start": 1137029666,
            "stop": 1137029667
        },
        {
            "start": 1137029668,
            "stop": 1137029673
        },
        {
            "start": 1137029675,
            "stop": 1137029684
        },
        {
            "start": 1137029686,
            "stop": 1137029697
        },
        {
            "start": 1137029698,
            "stop": 1137029701
        },
        {
            "start": 1137029703,
            "stop": 1137029712
        },
        {
            "start": 1137029714,
            "stop": 1137029724
        },
        {
            "start": 1137029726,
            "stop": 1137029735
        },
        {
            "start": 1137029737,
            "stop": 1137029744
        },
        {
            "start": 1137029748,
            "stop": 1137029763
        },
        {
            "start": 1137029768,
            "stop": 1137029785
        },
        {
            "start": 1137029789,
            "stop": 1137029804
        },
        {
            "start": 1137029806,
            "stop": 1137029815
        },
        {
            "start": 1137029818,
            "stop": 1137029820
        },
        {
            "start": 1137029822,
            "stop": 1137029829
        }
    ]
}