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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5789",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5790,
    "results": [
        {
            "start": 874680433,
            "stop": 874680447
        },
        {
            "start": 874680450,
            "stop": 874680486
        },
        {
            "start": 874680489,
            "stop": 874680514
        },
        {
            "start": 874680519,
            "stop": 874680529
        },
        {
            "start": 874680532,
            "stop": 874680533
        },
        {
            "start": 874680536,
            "stop": 874680543
        },
        {
            "start": 874680546,
            "stop": 874680566
        },
        {
            "start": 874680569,
            "stop": 874680585
        },
        {
            "start": 874680588,
            "stop": 874680669
        },
        {
            "start": 874680673,
            "stop": 874680748
        },
        {
            "start": 874680751,
            "stop": 874680759
        },
        {
            "start": 874680764,
            "stop": 874680766
        },
        {
            "start": 874680769,
            "stop": 874680804
        },
        {
            "start": 874680807,
            "stop": 874680841
        },
        {
            "start": 874680845,
            "stop": 874680909
        },
        {
            "start": 874680912,
            "stop": 874680948
        },
        {
            "start": 874680951,
            "stop": 874680956
        },
        {
            "start": 874680961,
            "stop": 874680962
        },
        {
            "start": 874680965,
            "stop": 874680967
        },
        {
            "start": 874680973,
            "stop": 874680974
        }
    ]
}