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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=305",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 306,
    "results": [
        {
            "start": 821308033,
            "stop": 821308114
        },
        {
            "start": 821308117,
            "stop": 821308241
        },
        {
            "start": 821308244,
            "stop": 821308612
        },
        {
            "start": 821308615,
            "stop": 821308907
        },
        {
            "start": 821308910,
            "stop": 821308913
        },
        {
            "start": 821308916,
            "stop": 821309272
        },
        {
            "start": 821309275,
            "stop": 821309309
        },
        {
            "start": 821309312,
            "stop": 821309657
        },
        {
            "start": 821309660,
            "stop": 821310121
        },
        {
            "start": 821310124,
            "stop": 821310503
        },
        {
            "start": 821310506,
            "stop": 821311098
        },
        {
            "start": 821311101,
            "stop": 821311211
        },
        {
            "start": 821311214,
            "stop": 821312144
        },
        {
            "start": 821312151,
            "stop": 821313867
        },
        {
            "start": 821313870,
            "stop": 821314278
        },
        {
            "start": 821314282,
            "stop": 821314580
        },
        {
            "start": 821314583,
            "stop": 821315597
        },
        {
            "start": 821315601,
            "stop": 821316005
        },
        {
            "start": 821316008,
            "stop": 821316468
        },
        {
            "start": 821316471,
            "stop": 821317023
        }
    ]
}