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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=17",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 18,
    "results": [
        {
            "start": 817454855,
            "stop": 817459255
        },
        {
            "start": 817459821,
            "stop": 817482539
        },
        {
            "start": 817484113,
            "stop": 817485253
        },
        {
            "start": 817493409,
            "stop": 817494022
        },
        {
            "start": 817494024,
            "stop": 817494089
        },
        {
            "start": 817494136,
            "stop": 817496113
        },
        {
            "start": 817497517,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817503193
        },
        {
            "start": 817506984,
            "stop": 817508353
        },
        {
            "start": 817509064,
            "stop": 817510250
        },
        {
            "start": 817511218,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817549453
        },
        {
            "start": 817551093,
            "stop": 817551344
        },
        {
            "start": 817551346,
            "stop": 817551365
        },
        {
            "start": 817551461,
            "stop": 817551469
        },
        {
            "start": 817551548,
            "stop": 817552693
        },
        {
            "start": 817555363,
            "stop": 817564333
        },
        {
            "start": 817566099,
            "stop": 817566613
        },
        {
            "start": 817567848,
            "stop": 817569522
        },
        {
            "start": 817570188,
            "stop": 817570681
        }
    ]
}