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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=132",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 133,
    "results": [
        {
            "start": 1126658597,
            "stop": 1126658602
        },
        {
            "start": 1126658604,
            "stop": 1126658607
        },
        {
            "start": 1126658608,
            "stop": 1126658625
        },
        {
            "start": 1126658626,
            "stop": 1126658628
        },
        {
            "start": 1126658629,
            "stop": 1126658630
        },
        {
            "start": 1126658631,
            "stop": 1126658634
        },
        {
            "start": 1126658636,
            "stop": 1126658643
        },
        {
            "start": 1126658644,
            "stop": 1126658646
        },
        {
            "start": 1126658647,
            "stop": 1126658652
        },
        {
            "start": 1126658653,
            "stop": 1126658659
        },
        {
            "start": 1126658661,
            "stop": 1126658670
        },
        {
            "start": 1126658672,
            "stop": 1126658680
        },
        {
            "start": 1126658681,
            "stop": 1126658682
        },
        {
            "start": 1126658683,
            "stop": 1126658724
        },
        {
            "start": 1126658727,
            "stop": 1126658729
        },
        {
            "start": 1126658731,
            "stop": 1126658732
        },
        {
            "start": 1126658736,
            "stop": 1126658742
        },
        {
            "start": 1126658743,
            "stop": 1126658751
        },
        {
            "start": 1126658752,
            "stop": 1126658754
        },
        {
            "start": 1126658759,
            "stop": 1126658760
        }
    ]
}