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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46992",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46993,
    "results": [
        {
            "start": 875219185,
            "stop": 875219207
        },
        {
            "start": 875219208,
            "stop": 875219210
        },
        {
            "start": 875219211,
            "stop": 875219230
        },
        {
            "start": 875219232,
            "stop": 875219234
        },
        {
            "start": 875219235,
            "stop": 875219247
        },
        {
            "start": 875219250,
            "stop": 875219258
        },
        {
            "start": 875219259,
            "stop": 875219286
        },
        {
            "start": 875219289,
            "stop": 875219290
        },
        {
            "start": 875219291,
            "stop": 875219302
        },
        {
            "start": 875219305,
            "stop": 875219309
        },
        {
            "start": 875219312,
            "stop": 875219318
        },
        {
            "start": 875219320,
            "stop": 875219324
        },
        {
            "start": 875219325,
            "stop": 875219340
        },
        {
            "start": 875219341,
            "stop": 875219342
        },
        {
            "start": 875219343,
            "stop": 875219346
        },
        {
            "start": 875219347,
            "stop": 875219358
        },
        {
            "start": 875219359,
            "stop": 875219380
        },
        {
            "start": 875219384,
            "stop": 875219396
        },
        {
            "start": 875219398,
            "stop": 875219413
        },
        {
            "start": 875219414,
            "stop": 875219423
        }
    ]
}