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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=364",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 365,
    "results": [
        {
            "start": 932015209,
            "stop": 932015210
        },
        {
            "start": 932015221,
            "stop": 932015258
        },
        {
            "start": 932015264,
            "stop": 932015350
        },
        {
            "start": 932015410,
            "stop": 932015427
        },
        {
            "start": 932015433,
            "stop": 932015444
        },
        {
            "start": 932017822,
            "stop": 932017952
        },
        {
            "start": 932017954,
            "stop": 932018415
        },
        {
            "start": 932018775,
            "stop": 932020450
        },
        {
            "start": 932020510,
            "stop": 932020705
        },
        {
            "start": 932020707,
            "stop": 932021530
        },
        {
            "start": 932021590,
            "stop": 932021762
        },
        {
            "start": 932021764,
            "stop": 932022015
        },
        {
            "start": 932022375,
            "stop": 932022694
        },
        {
            "start": 932022696,
            "stop": 932024295
        },
        {
            "start": 932024298,
            "stop": 932025230
        },
        {
            "start": 932025232,
            "stop": 932025262
        },
        {
            "start": 932033175,
            "stop": 932033366
        },
        {
            "start": 932033368,
            "stop": 932033628
        },
        {
            "start": 932033631,
            "stop": 932033689
        },
        {
            "start": 932033691,
            "stop": 932033718
        }
    ]
}