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=46660
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=46661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46659",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46660,
    "results": [
        {
            "start": 875034681,
            "stop": 875034684
        },
        {
            "start": 875034686,
            "stop": 875034711
        },
        {
            "start": 875034712,
            "stop": 875034717
        },
        {
            "start": 875034718,
            "stop": 875034730
        },
        {
            "start": 875034731,
            "stop": 875034777
        },
        {
            "start": 875034778,
            "stop": 875034874
        },
        {
            "start": 875034875,
            "stop": 875034879
        },
        {
            "start": 875034880,
            "stop": 875034885
        },
        {
            "start": 875034886,
            "stop": 875034928
        },
        {
            "start": 875034930,
            "stop": 875034956
        },
        {
            "start": 875034957,
            "stop": 875035004
        },
        {
            "start": 875035005,
            "stop": 875035025
        },
        {
            "start": 875035027,
            "stop": 875035067
        },
        {
            "start": 875035068,
            "stop": 875035111
        },
        {
            "start": 875035112,
            "stop": 875035189
        },
        {
            "start": 875035191,
            "stop": 875035359
        },
        {
            "start": 875035360,
            "stop": 875035590
        },
        {
            "start": 875035592,
            "stop": 875035621
        },
        {
            "start": 875035622,
            "stop": 875035641
        },
        {
            "start": 875035642,
            "stop": 875035749
        }
    ]
}