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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5716",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5717,
    "results": [
        {
            "start": 874603942,
            "stop": 874604022
        },
        {
            "start": 874604029,
            "stop": 874604049
        },
        {
            "start": 874604052,
            "stop": 874604085
        },
        {
            "start": 874604088,
            "stop": 874604097
        },
        {
            "start": 874604100,
            "stop": 874604115
        },
        {
            "start": 874604118,
            "stop": 874604142
        },
        {
            "start": 874604146,
            "stop": 874604147
        },
        {
            "start": 874604151,
            "stop": 874604160
        },
        {
            "start": 874604171,
            "stop": 874604181
        },
        {
            "start": 874604184,
            "stop": 874604226
        },
        {
            "start": 874604230,
            "stop": 874604238
        },
        {
            "start": 874604241,
            "stop": 874604262
        },
        {
            "start": 874604272,
            "stop": 874604313
        },
        {
            "start": 874604316,
            "stop": 874604351
        },
        {
            "start": 874604354,
            "stop": 874604355
        },
        {
            "start": 874604359,
            "stop": 874604388
        },
        {
            "start": 874604395,
            "stop": 874604428
        },
        {
            "start": 874604432,
            "stop": 874604438
        },
        {
            "start": 874604441,
            "stop": 874604444
        },
        {
            "start": 874604447,
            "stop": 874604471
        }
    ]
}