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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=209",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 210,
    "results": [
        {
            "start": 931670171,
            "stop": 931670172
        },
        {
            "start": 931670177,
            "stop": 931670178
        },
        {
            "start": 931670183,
            "stop": 931670191
        },
        {
            "start": 931670197,
            "stop": 931670207
        },
        {
            "start": 931670210,
            "stop": 931670212
        },
        {
            "start": 931670219,
            "stop": 931670222
        },
        {
            "start": 931670226,
            "stop": 931670227
        },
        {
            "start": 931670232,
            "stop": 931670233
        },
        {
            "start": 931670236,
            "stop": 931670242
        },
        {
            "start": 931670245,
            "stop": 931670249
        },
        {
            "start": 931670252,
            "stop": 931670257
        },
        {
            "start": 931670266,
            "stop": 931670271
        },
        {
            "start": 931670274,
            "stop": 931670279
        },
        {
            "start": 931670291,
            "stop": 931670315
        },
        {
            "start": 931670319,
            "stop": 931670320
        },
        {
            "start": 931670323,
            "stop": 931670324
        },
        {
            "start": 931670327,
            "stop": 931670334
        },
        {
            "start": 931670339,
            "stop": 931670341
        },
        {
            "start": 931670347,
            "stop": 931670349
        },
        {
            "start": 931670352,
            "stop": 931670362
        }
    ]
}