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/H2_BURST_CAT3E/segments?format=api&page=46772
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=46773",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46771",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46772,
    "results": [
        {
            "start": 875096007,
            "stop": 875096015
        },
        {
            "start": 875096016,
            "stop": 875096040
        },
        {
            "start": 875096041,
            "stop": 875096043
        },
        {
            "start": 875096044,
            "stop": 875096047
        },
        {
            "start": 875096049,
            "stop": 875096052
        },
        {
            "start": 875096053,
            "stop": 875096095
        },
        {
            "start": 875096096,
            "stop": 875096133
        },
        {
            "start": 875096134,
            "stop": 875096154
        },
        {
            "start": 875096155,
            "stop": 875096175
        },
        {
            "start": 875096177,
            "stop": 875096183
        },
        {
            "start": 875096184,
            "stop": 875096195
        },
        {
            "start": 875096196,
            "stop": 875096212
        },
        {
            "start": 875096213,
            "stop": 875096218
        },
        {
            "start": 875096219,
            "stop": 875096223
        },
        {
            "start": 875096224,
            "stop": 875096227
        },
        {
            "start": 875096228,
            "stop": 875096265
        },
        {
            "start": 875096266,
            "stop": 875096294
        },
        {
            "start": 875096295,
            "stop": 875096361
        },
        {
            "start": 875096362,
            "stop": 875096375
        },
        {
            "start": 875096376,
            "stop": 875096393
        }
    ]
}