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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=22",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 23,
    "results": [
        {
            "start": 818327398,
            "stop": 818338808
        },
        {
            "start": 818340677,
            "stop": 818343163
        },
        {
            "start": 818344995,
            "stop": 818345336
        },
        {
            "start": 818345636,
            "stop": 818346837
        },
        {
            "start": 818349742,
            "stop": 818352284
        },
        {
            "start": 818355312,
            "stop": 818356273
        },
        {
            "start": 818358542,
            "stop": 818365796
        },
        {
            "start": 818367579,
            "stop": 818370673
        },
        {
            "start": 818371863,
            "stop": 818407379
        },
        {
            "start": 818409295,
            "stop": 818419686
        },
        {
            "start": 818419755,
            "stop": 818426005
        },
        {
            "start": 818426007,
            "stop": 818426514
        },
        {
            "start": 818428397,
            "stop": 818438953
        },
        {
            "start": 818448634,
            "stop": 818449333
        },
        {
            "start": 818449339,
            "stop": 818449340
        },
        {
            "start": 818449563,
            "stop": 818449864
        },
        {
            "start": 818449901,
            "stop": 818454073
        },
        {
            "start": 818456437,
            "stop": 818456454
        },
        {
            "start": 818456528,
            "stop": 818456880
        },
        {
            "start": 818457864,
            "stop": 818460061
        }
    ]
}