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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 1,
    "results": [
        {
            "start": 1368195220,
            "stop": 1368196142
        },
        {
            "start": 1368266520,
            "stop": 1368267923
        },
        {
            "start": 1368267926,
            "stop": 1368269061
        },
        {
            "start": 1368276645,
            "stop": 1368276955
        },
        {
            "start": 1368276960,
            "stop": 1368280771
        },
        {
            "start": 1368280774,
            "stop": 1368280880
        },
        {
            "start": 1368331350,
            "stop": 1368337146
        },
        {
            "start": 1368350720,
            "stop": 1368353721
        },
        {
            "start": 1368353726,
            "stop": 1368359902
        },
        {
            "start": 1368359907,
            "stop": 1368371200
        },
        {
            "start": 1368418766,
            "stop": 1368420639
        },
        {
            "start": 1368420642,
            "stop": 1368424555
        },
        {
            "start": 1368424560,
            "stop": 1368424748
        },
        {
            "start": 1368424752,
            "stop": 1368435832
        },
        {
            "start": 1368435835,
            "stop": 1368436221
        },
        {
            "start": 1368436226,
            "stop": 1368436239
        },
        {
            "start": 1368449835,
            "stop": 1368450158
        },
        {
            "start": 1368450163,
            "stop": 1368455776
        },
        {
            "start": 1368455781,
            "stop": 1368458073
        },
        {
            "start": 1368458076,
            "stop": 1368458500
        }
    ]
}