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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5228",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5226",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5227,
    "results": [
        {
            "start": 1137050014,
            "stop": 1137050021
        },
        {
            "start": 1137050023,
            "stop": 1137050051
        },
        {
            "start": 1137050053,
            "stop": 1137050112
        },
        {
            "start": 1137050115,
            "stop": 1137050167
        },
        {
            "start": 1137050169,
            "stop": 1137050182
        },
        {
            "start": 1137050184,
            "stop": 1137050206
        },
        {
            "start": 1137050208,
            "stop": 1137050209
        },
        {
            "start": 1137050211,
            "stop": 1137050223
        },
        {
            "start": 1137050225,
            "stop": 1137050262
        },
        {
            "start": 1137050264,
            "stop": 1137050265
        },
        {
            "start": 1137050267,
            "stop": 1137050323
        },
        {
            "start": 1137050325,
            "stop": 1137050372
        },
        {
            "start": 1137050374,
            "stop": 1137050388
        },
        {
            "start": 1137050390,
            "stop": 1137050437
        },
        {
            "start": 1137050438,
            "stop": 1137050472
        },
        {
            "start": 1137050477,
            "stop": 1137050530
        },
        {
            "start": 1137050532,
            "stop": 1137050567
        },
        {
            "start": 1137050569,
            "stop": 1137050571
        },
        {
            "start": 1137050573,
            "stop": 1137050575
        },
        {
            "start": 1137050577,
            "stop": 1137050587
        }
    ]
}