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=6240
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=6241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6239",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6240,
    "results": [
        {
            "start": 874836244,
            "stop": 874837185
        },
        {
            "start": 874837187,
            "stop": 874837654
        },
        {
            "start": 874837656,
            "stop": 874837782
        },
        {
            "start": 874837785,
            "stop": 874838204
        },
        {
            "start": 874838210,
            "stop": 874838211
        },
        {
            "start": 874838214,
            "stop": 874838220
        },
        {
            "start": 874838223,
            "stop": 874838225
        },
        {
            "start": 874838228,
            "stop": 874838231
        },
        {
            "start": 874838234,
            "stop": 874838245
        },
        {
            "start": 874838250,
            "stop": 874838251
        },
        {
            "start": 874838257,
            "stop": 874838259
        },
        {
            "start": 874838264,
            "stop": 874838337
        },
        {
            "start": 874838341,
            "stop": 874838349
        },
        {
            "start": 874838352,
            "stop": 874838632
        },
        {
            "start": 874838633,
            "stop": 874839046
        },
        {
            "start": 874839049,
            "stop": 874839702
        },
        {
            "start": 874839705,
            "stop": 874841160
        },
        {
            "start": 874841161,
            "stop": 874842304
        },
        {
            "start": 874842306,
            "stop": 874842777
        },
        {
            "start": 874842781,
            "stop": 874842807
        }
    ]
}