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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=426",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=424",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 425,
    "results": [
        {
            "start": 855886578,
            "stop": 855892296
        },
        {
            "start": 855892297,
            "stop": 855903232
        },
        {
            "start": 855904412,
            "stop": 855905793
        },
        {
            "start": 855905877,
            "stop": 855909307
        },
        {
            "start": 855909379,
            "stop": 855919469
        },
        {
            "start": 855920330,
            "stop": 855929789
        },
        {
            "start": 855931880,
            "stop": 855932606
        },
        {
            "start": 855932768,
            "stop": 855933834
        },
        {
            "start": 855934029,
            "stop": 855934283
        },
        {
            "start": 855935726,
            "stop": 855935754
        },
        {
            "start": 855935873,
            "stop": 855940838
        },
        {
            "start": 855941424,
            "stop": 855956158
        },
        {
            "start": 855956204,
            "stop": 855961094
        },
        {
            "start": 855962786,
            "stop": 855972972
        },
        {
            "start": 855973799,
            "stop": 855979790
        },
        {
            "start": 855980976,
            "stop": 855981901
        },
        {
            "start": 855981964,
            "stop": 855983236
        },
        {
            "start": 855985161,
            "stop": 855987680
        },
        {
            "start": 855987738,
            "stop": 855991316
        },
        {
            "start": 855991411,
            "stop": 855992393
        }
    ]
}