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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46707",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46708,
    "results": [
        {
            "start": 875054579,
            "stop": 875054598
        },
        {
            "start": 875054600,
            "stop": 875054641
        },
        {
            "start": 875054642,
            "stop": 875054648
        },
        {
            "start": 875054649,
            "stop": 875054655
        },
        {
            "start": 875054656,
            "stop": 875054663
        },
        {
            "start": 875054664,
            "stop": 875054671
        },
        {
            "start": 875054672,
            "stop": 875054716
        },
        {
            "start": 875054718,
            "stop": 875054725
        },
        {
            "start": 875054727,
            "stop": 875054734
        },
        {
            "start": 875054735,
            "stop": 875054747
        },
        {
            "start": 875054749,
            "stop": 875054765
        },
        {
            "start": 875054766,
            "stop": 875054769
        },
        {
            "start": 875054770,
            "stop": 875054812
        },
        {
            "start": 875054813,
            "stop": 875054815
        },
        {
            "start": 875054816,
            "stop": 875054833
        },
        {
            "start": 875054834,
            "stop": 875054872
        },
        {
            "start": 875054873,
            "stop": 875054889
        },
        {
            "start": 875054890,
            "stop": 875054896
        },
        {
            "start": 875054897,
            "stop": 875054914
        },
        {
            "start": 875054915,
            "stop": 875054917
        }
    ]
}