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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6114",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6115,
    "results": [
        {
            "start": 874140514,
            "stop": 874141146
        },
        {
            "start": 874141152,
            "stop": 874141280
        },
        {
            "start": 874141283,
            "stop": 874143068
        },
        {
            "start": 874143071,
            "stop": 874143493
        },
        {
            "start": 874143496,
            "stop": 874143762
        },
        {
            "start": 874143763,
            "stop": 874144230
        },
        {
            "start": 874144233,
            "stop": 874144692
        },
        {
            "start": 874144693,
            "stop": 874144965
        },
        {
            "start": 874144968,
            "stop": 874145058
        },
        {
            "start": 874145061,
            "stop": 874145079
        },
        {
            "start": 874145080,
            "stop": 874145095
        },
        {
            "start": 874145099,
            "stop": 874145179
        },
        {
            "start": 874145183,
            "stop": 874145224
        },
        {
            "start": 874145229,
            "stop": 874145284
        },
        {
            "start": 874145287,
            "stop": 874145309
        },
        {
            "start": 874145312,
            "stop": 874145330
        },
        {
            "start": 874145333,
            "stop": 874145339
        },
        {
            "start": 874145342,
            "stop": 874145359
        },
        {
            "start": 874145370,
            "stop": 874145474
        },
        {
            "start": 874145477,
            "stop": 874145479
        }
    ]
}