Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46952
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=46953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46951",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46952,
    "results": [
        {
            "start": 875205204,
            "stop": 875205207
        },
        {
            "start": 875205208,
            "stop": 875205218
        },
        {
            "start": 875205219,
            "stop": 875205220
        },
        {
            "start": 875205221,
            "stop": 875205230
        },
        {
            "start": 875205231,
            "stop": 875205233
        },
        {
            "start": 875205234,
            "stop": 875205262
        },
        {
            "start": 875205263,
            "stop": 875205286
        },
        {
            "start": 875205287,
            "stop": 875205351
        },
        {
            "start": 875205354,
            "stop": 875205355
        },
        {
            "start": 875205358,
            "stop": 875205390
        },
        {
            "start": 875205391,
            "stop": 875205394
        },
        {
            "start": 875205398,
            "stop": 875205406
        },
        {
            "start": 875205410,
            "stop": 875205414
        },
        {
            "start": 875205415,
            "stop": 875205431
        },
        {
            "start": 875205434,
            "stop": 875205435
        },
        {
            "start": 875205438,
            "stop": 875205446
        },
        {
            "start": 875205447,
            "stop": 875205449
        },
        {
            "start": 875205450,
            "stop": 875205466
        },
        {
            "start": 875205469,
            "stop": 875205477
        },
        {
            "start": 875205480,
            "stop": 875205488
        }
    ]
}