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=46800
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=46801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46799",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46800,
    "results": [
        {
            "start": 875118618,
            "stop": 875118620
        },
        {
            "start": 875118621,
            "stop": 875118654
        },
        {
            "start": 875118655,
            "stop": 875118711
        },
        {
            "start": 875118712,
            "stop": 875118717
        },
        {
            "start": 875118719,
            "stop": 875118722
        },
        {
            "start": 875118723,
            "stop": 875118737
        },
        {
            "start": 875118738,
            "stop": 875118741
        },
        {
            "start": 875118743,
            "stop": 875118775
        },
        {
            "start": 875118776,
            "stop": 875118784
        },
        {
            "start": 875118785,
            "stop": 875118801
        },
        {
            "start": 875118804,
            "stop": 875118813
        },
        {
            "start": 875118815,
            "stop": 875118817
        },
        {
            "start": 875118818,
            "stop": 875118846
        },
        {
            "start": 875118847,
            "stop": 875118851
        },
        {
            "start": 875118853,
            "stop": 875118860
        },
        {
            "start": 875118861,
            "stop": 875118893
        },
        {
            "start": 875118894,
            "stop": 875118902
        },
        {
            "start": 875118903,
            "stop": 875118932
        },
        {
            "start": 875118933,
            "stop": 875118943
        },
        {
            "start": 875118944,
            "stop": 875118945
        }
    ]
}