Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5275
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5276",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5274",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5275,
    "results": [
        {
            "start": 1137077080,
            "stop": 1137077095
        },
        {
            "start": 1137077097,
            "stop": 1137077110
        },
        {
            "start": 1137077113,
            "stop": 1137077114
        },
        {
            "start": 1137077116,
            "stop": 1137077146
        },
        {
            "start": 1137077148,
            "stop": 1137077162
        },
        {
            "start": 1137077164,
            "stop": 1137077165
        },
        {
            "start": 1137077166,
            "stop": 1137077176
        },
        {
            "start": 1137077178,
            "stop": 1137077186
        },
        {
            "start": 1137077188,
            "stop": 1137077203
        },
        {
            "start": 1137077205,
            "stop": 1137077343
        },
        {
            "start": 1137077345,
            "stop": 1137077347
        },
        {
            "start": 1137077349,
            "stop": 1137077359
        },
        {
            "start": 1137077361,
            "stop": 1137077363
        },
        {
            "start": 1137077365,
            "stop": 1137077388
        },
        {
            "start": 1137077393,
            "stop": 1137077418
        },
        {
            "start": 1137077420,
            "stop": 1137077546
        },
        {
            "start": 1137077548,
            "stop": 1137077570
        },
        {
            "start": 1137077572,
            "stop": 1137077619
        },
        {
            "start": 1137077621,
            "stop": 1137077670
        },
        {
            "start": 1137077672,
            "stop": 1137077717
        }
    ]
}