Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46845
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=46846",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46844",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46845,
    "results": [
        {
            "start": 875138606,
            "stop": 875138618
        },
        {
            "start": 875138619,
            "stop": 875138657
        },
        {
            "start": 875138658,
            "stop": 875138673
        },
        {
            "start": 875138674,
            "stop": 875138680
        },
        {
            "start": 875138684,
            "stop": 875138685
        },
        {
            "start": 875138689,
            "stop": 875138690
        },
        {
            "start": 875138691,
            "stop": 875138703
        },
        {
            "start": 875138706,
            "stop": 875138711
        },
        {
            "start": 875138714,
            "stop": 875138760
        },
        {
            "start": 875138764,
            "stop": 875138781
        },
        {
            "start": 875138783,
            "stop": 875138784
        },
        {
            "start": 875138786,
            "stop": 875138848
        },
        {
            "start": 875138850,
            "stop": 875138853
        },
        {
            "start": 875138854,
            "stop": 875138863
        },
        {
            "start": 875138867,
            "stop": 875138918
        },
        {
            "start": 875138924,
            "stop": 875138927
        },
        {
            "start": 875138931,
            "stop": 875138933
        },
        {
            "start": 875138935,
            "stop": 875138961
        },
        {
            "start": 875138962,
            "stop": 875138976
        },
        {
            "start": 875138977,
            "stop": 875138986
        }
    ]
}