Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=332
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=331",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 332,
    "results": [
        {
            "start": 823080028,
            "stop": 823080046
        },
        {
            "start": 823080050,
            "stop": 823080059
        },
        {
            "start": 823080062,
            "stop": 823080174
        },
        {
            "start": 823080177,
            "stop": 823080179
        },
        {
            "start": 823080182,
            "stop": 823080188
        },
        {
            "start": 823080191,
            "stop": 823080208
        },
        {
            "start": 823080212,
            "stop": 823080236
        },
        {
            "start": 823080239,
            "stop": 823080277
        },
        {
            "start": 823080281,
            "stop": 823080289
        },
        {
            "start": 823187827,
            "stop": 823187874
        },
        {
            "start": 823192729,
            "stop": 823193252
        },
        {
            "start": 823195679,
            "stop": 823201104
        },
        {
            "start": 823201168,
            "stop": 823205132
        },
        {
            "start": 823205697,
            "stop": 823206560
        },
        {
            "start": 823206563,
            "stop": 823206566
        },
        {
            "start": 823206569,
            "stop": 823209520
        },
        {
            "start": 823209584,
            "stop": 823216826
        },
        {
            "start": 823216830,
            "stop": 823223046
        },
        {
            "start": 823225641,
            "stop": 823235410
        },
        {
            "start": 823235467,
            "stop": 823240749
        }
    ]
}