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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=109",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 110,
    "results": [
        {
            "start": 931404053,
            "stop": 931404059
        },
        {
            "start": 931404060,
            "stop": 931404076
        },
        {
            "start": 931404078,
            "stop": 931404092
        },
        {
            "start": 931404093,
            "stop": 931404096
        },
        {
            "start": 931404098,
            "stop": 931404127
        },
        {
            "start": 931404129,
            "stop": 931404139
        },
        {
            "start": 931404141,
            "stop": 931404202
        },
        {
            "start": 931404204,
            "stop": 931404205
        },
        {
            "start": 931404206,
            "stop": 931404217
        },
        {
            "start": 931404219,
            "stop": 931404225
        },
        {
            "start": 931404227,
            "stop": 931404286
        },
        {
            "start": 931404288,
            "stop": 931404289
        },
        {
            "start": 931404290,
            "stop": 931404291
        },
        {
            "start": 931404293,
            "stop": 931404345
        },
        {
            "start": 931404347,
            "stop": 931404372
        },
        {
            "start": 931404374,
            "stop": 931404377
        },
        {
            "start": 931404379,
            "stop": 931404393
        },
        {
            "start": 931404395,
            "stop": 931404403
        },
        {
            "start": 931404405,
            "stop": 931404418
        },
        {
            "start": 931404420,
            "stop": 931404464
        }
    ]
}