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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=69",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 70,
    "results": [
        {
            "start": 824681146,
            "stop": 824682725
        },
        {
            "start": 824703372,
            "stop": 824720663
        },
        {
            "start": 824720773,
            "stop": 824729731
        },
        {
            "start": 824739317,
            "stop": 824742465
        },
        {
            "start": 824750010,
            "stop": 824750188
        },
        {
            "start": 824756436,
            "stop": 824756530
        },
        {
            "start": 824778734,
            "stop": 824791207
        },
        {
            "start": 824792095,
            "stop": 824807221
        },
        {
            "start": 824807331,
            "stop": 824808448
        },
        {
            "start": 824808748,
            "stop": 824808786
        },
        {
            "start": 824808896,
            "stop": 824818423
        },
        {
            "start": 824818723,
            "stop": 824818786
        },
        {
            "start": 824819192,
            "stop": 824825414
        },
        {
            "start": 824832862,
            "stop": 824833091
        },
        {
            "start": 824833391,
            "stop": 824837898
        },
        {
            "start": 824838318,
            "stop": 824842055
        },
        {
            "start": 824842442,
            "stop": 824843996
        },
        {
            "start": 824843998,
            "stop": 824844020
        },
        {
            "start": 824844022,
            "stop": 824844045
        },
        {
            "start": 824844047,
            "stop": 824844134
        }
    ]
}