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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6544",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6542",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6543,
    "results": [
        {
            "start": 874383994,
            "stop": 874384123
        },
        {
            "start": 874384125,
            "stop": 874384416
        },
        {
            "start": 874384417,
            "stop": 874384446
        },
        {
            "start": 874384447,
            "stop": 874384689
        },
        {
            "start": 874384690,
            "stop": 874385174
        },
        {
            "start": 874385175,
            "stop": 874385459
        },
        {
            "start": 874385460,
            "stop": 874385616
        },
        {
            "start": 874385617,
            "stop": 874385686
        },
        {
            "start": 874385688,
            "stop": 874385742
        },
        {
            "start": 874385743,
            "stop": 874385808
        },
        {
            "start": 874385809,
            "stop": 874385899
        },
        {
            "start": 874385900,
            "stop": 874385902
        },
        {
            "start": 874385903,
            "stop": 874386135
        },
        {
            "start": 874386136,
            "stop": 874386466
        },
        {
            "start": 874386467,
            "stop": 874386662
        },
        {
            "start": 874386664,
            "stop": 874386723
        },
        {
            "start": 874386724,
            "stop": 874386831
        },
        {
            "start": 874386832,
            "stop": 874387563
        },
        {
            "start": 874387564,
            "stop": 874387601
        },
        {
            "start": 874387602,
            "stop": 874387648
        }
    ]
}