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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3715",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3713",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3714,
    "results": [
        {
            "start": 971004871,
            "stop": 971004905
        },
        {
            "start": 971004908,
            "stop": 971004938
        },
        {
            "start": 971004943,
            "stop": 971004954
        },
        {
            "start": 971004957,
            "stop": 971005034
        },
        {
            "start": 971005037,
            "stop": 971005059
        },
        {
            "start": 971005062,
            "stop": 971005066
        },
        {
            "start": 971005069,
            "stop": 971005132
        },
        {
            "start": 971005135,
            "stop": 971005224
        },
        {
            "start": 971005227,
            "stop": 971005308
        },
        {
            "start": 971005311,
            "stop": 971005321
        },
        {
            "start": 971005324,
            "stop": 971005344
        },
        {
            "start": 971005347,
            "stop": 971005358
        },
        {
            "start": 971005364,
            "stop": 971005420
        },
        {
            "start": 971005423,
            "stop": 971005485
        },
        {
            "start": 971005488,
            "stop": 971005508
        },
        {
            "start": 971005511,
            "stop": 971005527
        },
        {
            "start": 971005531,
            "stop": 971005537
        },
        {
            "start": 971005543,
            "stop": 971005546
        },
        {
            "start": 971005549,
            "stop": 971005588
        },
        {
            "start": 971005591,
            "stop": 971005637
        }
    ]
}