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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=89",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 90,
    "results": [
        {
            "start": 827793898,
            "stop": 827794742
        },
        {
            "start": 827795251,
            "stop": 827813284
        },
        {
            "start": 827813285,
            "stop": 827817718
        },
        {
            "start": 827819647,
            "stop": 827847293
        },
        {
            "start": 827847599,
            "stop": 827849108
        },
        {
            "start": 827853949,
            "stop": 827859533
        },
        {
            "start": 827859695,
            "stop": 827862602
        },
        {
            "start": 827862651,
            "stop": 827865449
        },
        {
            "start": 827865491,
            "stop": 827865492
        },
        {
            "start": 827865520,
            "stop": 827865648
        },
        {
            "start": 827865698,
            "stop": 827867913
        },
        {
            "start": 827867971,
            "stop": 827868877
        },
        {
            "start": 827869825,
            "stop": 827874125
        },
        {
            "start": 827874208,
            "stop": 827876363
        },
        {
            "start": 827877372,
            "stop": 827882096
        },
        {
            "start": 827883085,
            "stop": 827906172
        },
        {
            "start": 827906406,
            "stop": 827921719
        },
        {
            "start": 827923298,
            "stop": 827925629
        },
        {
            "start": 827925630,
            "stop": 827945805
        },
        {
            "start": 827947586,
            "stop": 827969873
        }
    ]
}