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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 121,
    "results": [
        {
            "start": 931565059,
            "stop": 931565060
        },
        {
            "start": 931565070,
            "stop": 931565082
        },
        {
            "start": 931565085,
            "stop": 931565086
        },
        {
            "start": 931565088,
            "stop": 931565101
        },
        {
            "start": 931565104,
            "stop": 931565109
        },
        {
            "start": 931565112,
            "stop": 931565113
        },
        {
            "start": 931565115,
            "stop": 931565121
        },
        {
            "start": 931565130,
            "stop": 931565132
        },
        {
            "start": 931565143,
            "stop": 931565147
        },
        {
            "start": 931565149,
            "stop": 931565157
        },
        {
            "start": 931565163,
            "stop": 931565167
        },
        {
            "start": 931565174,
            "stop": 931565188
        },
        {
            "start": 931565191,
            "stop": 931565195
        },
        {
            "start": 931565198,
            "stop": 931565210
        },
        {
            "start": 931565217,
            "stop": 931565221
        },
        {
            "start": 931565224,
            "stop": 931565226
        },
        {
            "start": 931565232,
            "stop": 931565235
        },
        {
            "start": 931565243,
            "stop": 931565247
        },
        {
            "start": 931565250,
            "stop": 931565254
        },
        {
            "start": 931565257,
            "stop": 931565278
        }
    ]
}