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=46642
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=46643",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46641",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46642,
    "results": [
        {
            "start": 875020589,
            "stop": 875020591
        },
        {
            "start": 875020593,
            "stop": 875020614
        },
        {
            "start": 875020615,
            "stop": 875020616
        },
        {
            "start": 875020619,
            "stop": 875020631
        },
        {
            "start": 875020632,
            "stop": 875020638
        },
        {
            "start": 875020639,
            "stop": 875020641
        },
        {
            "start": 875020642,
            "stop": 875020650
        },
        {
            "start": 875020653,
            "stop": 875020661
        },
        {
            "start": 875020663,
            "stop": 875020665
        },
        {
            "start": 875020668,
            "stop": 875020669
        },
        {
            "start": 875020671,
            "stop": 875020680
        },
        {
            "start": 875020681,
            "stop": 875020693
        },
        {
            "start": 875020694,
            "stop": 875020696
        },
        {
            "start": 875020697,
            "stop": 875020703
        },
        {
            "start": 875020709,
            "stop": 875020712
        },
        {
            "start": 875020714,
            "stop": 875020716
        },
        {
            "start": 875020717,
            "stop": 875020758
        },
        {
            "start": 875020762,
            "stop": 875020763
        },
        {
            "start": 875020764,
            "stop": 875020778
        },
        {
            "start": 875020781,
            "stop": 875020790
        }
    ]
}