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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 27,
    "results": [
        {
            "start": 931152016,
            "stop": 931152019
        },
        {
            "start": 931152021,
            "stop": 931152041
        },
        {
            "start": 931152042,
            "stop": 931152051
        },
        {
            "start": 931152055,
            "stop": 931152056
        },
        {
            "start": 931152057,
            "stop": 931152062
        },
        {
            "start": 931152064,
            "stop": 931152081
        },
        {
            "start": 931152083,
            "stop": 931152093
        },
        {
            "start": 931152096,
            "stop": 931152098
        },
        {
            "start": 931152100,
            "stop": 931152106
        },
        {
            "start": 931152108,
            "stop": 931152110
        },
        {
            "start": 931152112,
            "stop": 931152116
        },
        {
            "start": 931152118,
            "stop": 931152120
        },
        {
            "start": 931152123,
            "stop": 931152133
        },
        {
            "start": 931152135,
            "stop": 931152145
        },
        {
            "start": 931152147,
            "stop": 931152149
        },
        {
            "start": 931152151,
            "stop": 931152156
        },
        {
            "start": 931152157,
            "stop": 931152159
        },
        {
            "start": 931152160,
            "stop": 931152225
        },
        {
            "start": 931152227,
            "stop": 931152307
        },
        {
            "start": 931152309,
            "stop": 931152358
        }
    ]
}