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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=72",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 73,
    "results": [
        {
            "start": 931085878,
            "stop": 931085880
        },
        {
            "start": 931087098,
            "stop": 931087114
        },
        {
            "start": 931087115,
            "stop": 931087116
        },
        {
            "start": 931087119,
            "stop": 931087122
        },
        {
            "start": 931087124,
            "stop": 931087126
        },
        {
            "start": 931087133,
            "stop": 931087134
        },
        {
            "start": 931087137,
            "stop": 931087145
        },
        {
            "start": 931087148,
            "stop": 931087150
        },
        {
            "start": 931087152,
            "stop": 931087153
        },
        {
            "start": 931087158,
            "stop": 931087161
        },
        {
            "start": 931087165,
            "stop": 931087170
        },
        {
            "start": 931087172,
            "stop": 931087175
        },
        {
            "start": 931087176,
            "stop": 931087178
        },
        {
            "start": 931087179,
            "stop": 931087181
        },
        {
            "start": 931087182,
            "stop": 931087190
        },
        {
            "start": 931087193,
            "stop": 931087198
        },
        {
            "start": 931087202,
            "stop": 931087210
        },
        {
            "start": 931087213,
            "stop": 931087221
        },
        {
            "start": 931087222,
            "stop": 931087225
        },
        {
            "start": 931087226,
            "stop": 931087230
        }
    ]
}