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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=566",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=564",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 565,
    "results": [
        {
            "start": 1262834078,
            "stop": 1262834095
        },
        {
            "start": 1262834096,
            "stop": 1262834099
        },
        {
            "start": 1262834107,
            "stop": 1262834109
        },
        {
            "start": 1262834111,
            "stop": 1262834112
        },
        {
            "start": 1262834115,
            "stop": 1262834149
        },
        {
            "start": 1262834150,
            "stop": 1262834197
        },
        {
            "start": 1262834200,
            "stop": 1262834225
        },
        {
            "start": 1262834227,
            "stop": 1262834233
        },
        {
            "start": 1262834244,
            "stop": 1262834249
        },
        {
            "start": 1262834252,
            "stop": 1262834286
        },
        {
            "start": 1262834288,
            "stop": 1262834289
        },
        {
            "start": 1262834290,
            "stop": 1262834308
        },
        {
            "start": 1262834320,
            "stop": 1262834343
        },
        {
            "start": 1262834347,
            "stop": 1262834350
        },
        {
            "start": 1262834356,
            "stop": 1262834576
        },
        {
            "start": 1262834577,
            "stop": 1262834588
        },
        {
            "start": 1262834592,
            "stop": 1262834632
        },
        {
            "start": 1262834647,
            "stop": 1262834664
        },
        {
            "start": 1262834669,
            "stop": 1262835063
        },
        {
            "start": 1262835105,
            "stop": 1262835109
        }
    ]
}