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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=339",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 340,
    "results": [
        {
            "start": 1181364839,
            "stop": 1181364840
        },
        {
            "start": 1181364841,
            "stop": 1181365680
        },
        {
            "start": 1181366100,
            "stop": 1181367123
        },
        {
            "start": 1181367124,
            "stop": 1181367828
        },
        {
            "start": 1181367829,
            "stop": 1181368008
        },
        {
            "start": 1181368009,
            "stop": 1181368011
        },
        {
            "start": 1181368012,
            "stop": 1181368013
        },
        {
            "start": 1181368014,
            "stop": 1181368021
        },
        {
            "start": 1181368022,
            "stop": 1181368025
        },
        {
            "start": 1181368026,
            "stop": 1181368034
        },
        {
            "start": 1181368036,
            "stop": 1181368719
        },
        {
            "start": 1181368720,
            "stop": 1181368893
        },
        {
            "start": 1181368894,
            "stop": 1181368927
        },
        {
            "start": 1181368928,
            "stop": 1181368988
        },
        {
            "start": 1181368991,
            "stop": 1181369178
        },
        {
            "start": 1181369182,
            "stop": 1181369240
        },
        {
            "start": 1181369243,
            "stop": 1181369249
        },
        {
            "start": 1181369250,
            "stop": 1181369292
        },
        {
            "start": 1181369296,
            "stop": 1181369327
        },
        {
            "start": 1181369343,
            "stop": 1181369374
        }
    ]
}