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=46792
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=46793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46791",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46792,
    "results": [
        {
            "start": 875112966,
            "stop": 875112979
        },
        {
            "start": 875112980,
            "stop": 875112983
        },
        {
            "start": 875112984,
            "stop": 875113006
        },
        {
            "start": 875113007,
            "stop": 875113029
        },
        {
            "start": 875113030,
            "stop": 875113053
        },
        {
            "start": 875113055,
            "stop": 875113064
        },
        {
            "start": 875113066,
            "stop": 875113071
        },
        {
            "start": 875113073,
            "stop": 875113082
        },
        {
            "start": 875113083,
            "stop": 875113100
        },
        {
            "start": 875113101,
            "stop": 875113144
        },
        {
            "start": 875113145,
            "stop": 875113168
        },
        {
            "start": 875113169,
            "stop": 875113172
        },
        {
            "start": 875113174,
            "stop": 875113202
        },
        {
            "start": 875113203,
            "stop": 875113507
        },
        {
            "start": 875113508,
            "stop": 875113540
        },
        {
            "start": 875113541,
            "stop": 875113629
        },
        {
            "start": 875113630,
            "stop": 875113700
        },
        {
            "start": 875113701,
            "stop": 875113711
        },
        {
            "start": 875113713,
            "stop": 875113725
        },
        {
            "start": 875113726,
            "stop": 875113737
        }
    ]
}