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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=585",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=583",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 584,
    "results": [
        {
            "start": 875022295,
            "stop": 875022624
        },
        {
            "start": 875031523,
            "stop": 875032287
        },
        {
            "start": 875032290,
            "stop": 875032314
        },
        {
            "start": 875032317,
            "stop": 875032320
        },
        {
            "start": 875032323,
            "stop": 875032873
        },
        {
            "start": 875032876,
            "stop": 875032885
        },
        {
            "start": 875032888,
            "stop": 875041695
        },
        {
            "start": 875042981,
            "stop": 875043934
        },
        {
            "start": 875043937,
            "stop": 875056048
        },
        {
            "start": 875058161,
            "stop": 875062562
        },
        {
            "start": 875062563,
            "stop": 875062564
        },
        {
            "start": 875062565,
            "stop": 875062956
        },
        {
            "start": 875062957,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875103205
        },
        {
            "start": 875103287,
            "stop": 875104031
        },
        {
            "start": 875105295,
            "stop": 875119450
        },
        {
            "start": 875119453,
            "stop": 875121240
        },
        {
            "start": 875121300,
            "stop": 875135660
        },
        {
            "start": 875135661,
            "stop": 875142300
        },
        {
            "start": 875142360,
            "stop": 875154075
        }
    ]
}