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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=233",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 234,
    "results": [
        {
            "start": 821678227,
            "stop": 821678229
        },
        {
            "start": 821678233,
            "stop": 821678240
        },
        {
            "start": 821678245,
            "stop": 821678255
        },
        {
            "start": 821678259,
            "stop": 821678263
        },
        {
            "start": 821678266,
            "stop": 821678270
        },
        {
            "start": 821678273,
            "stop": 821678276
        },
        {
            "start": 821678280,
            "stop": 821678281
        },
        {
            "start": 821678284,
            "stop": 821678285
        },
        {
            "start": 821678288,
            "stop": 821678293
        },
        {
            "start": 821678296,
            "stop": 821678301
        },
        {
            "start": 821678304,
            "stop": 821678311
        },
        {
            "start": 821678314,
            "stop": 821678321
        },
        {
            "start": 821678326,
            "stop": 821678328
        },
        {
            "start": 821678331,
            "stop": 821678334
        },
        {
            "start": 821678341,
            "stop": 821678347
        },
        {
            "start": 821678352,
            "stop": 821678356
        },
        {
            "start": 821678360,
            "stop": 821678361
        },
        {
            "start": 821678365,
            "stop": 821678372
        },
        {
            "start": 821678383,
            "stop": 821678391
        },
        {
            "start": 821678395,
            "stop": 821678398
        }
    ]
}