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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=81",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 82,
    "results": [
        {
            "start": 817992057,
            "stop": 817992059
        },
        {
            "start": 817992062,
            "stop": 817992555
        },
        {
            "start": 817992558,
            "stop": 817992592
        },
        {
            "start": 817992595,
            "stop": 817992611
        },
        {
            "start": 817992614,
            "stop": 817992636
        },
        {
            "start": 817992639,
            "stop": 817992642
        },
        {
            "start": 817992645,
            "stop": 817992658
        },
        {
            "start": 817992661,
            "stop": 817992785
        },
        {
            "start": 817992788,
            "stop": 817992918
        },
        {
            "start": 817992921,
            "stop": 817993095
        },
        {
            "start": 817993098,
            "stop": 817993175
        },
        {
            "start": 817993178,
            "stop": 817993247
        },
        {
            "start": 817993250,
            "stop": 817993602
        },
        {
            "start": 817993605,
            "stop": 817993738
        },
        {
            "start": 817993741,
            "stop": 817993818
        },
        {
            "start": 817993823,
            "stop": 817993885
        },
        {
            "start": 817993888,
            "stop": 817993926
        },
        {
            "start": 817993929,
            "stop": 817993934
        },
        {
            "start": 817993937,
            "stop": 817993945
        },
        {
            "start": 817993953,
            "stop": 817993992
        }
    ]
}