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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33372",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33370",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33371,
    "results": [
        {
            "start": 971528522,
            "stop": 971528523
        },
        {
            "start": 971528527,
            "stop": 971528572
        },
        {
            "start": 971528576,
            "stop": 971528581
        },
        {
            "start": 971528584,
            "stop": 971528710
        },
        {
            "start": 971528713,
            "stop": 971528962
        },
        {
            "start": 971528965,
            "stop": 971528979
        },
        {
            "start": 971528982,
            "stop": 971529024
        },
        {
            "start": 971529027,
            "stop": 971529068
        },
        {
            "start": 971529071,
            "stop": 971529120
        },
        {
            "start": 971529124,
            "stop": 971529216
        },
        {
            "start": 971529220,
            "stop": 971529723
        },
        {
            "start": 971529726,
            "stop": 971529731
        },
        {
            "start": 971529734,
            "stop": 971529776
        },
        {
            "start": 971529779,
            "stop": 971529807
        },
        {
            "start": 971529810,
            "stop": 971529848
        },
        {
            "start": 971529851,
            "stop": 971529867
        },
        {
            "start": 971529871,
            "stop": 971529881
        },
        {
            "start": 971529885,
            "stop": 971529928
        },
        {
            "start": 971529933,
            "stop": 971529957
        },
        {
            "start": 971529960,
            "stop": 971530033
        }
    ]
}