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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1901",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1899",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1900,
    "results": [
        {
            "start": 1251534506,
            "stop": 1251534519
        },
        {
            "start": 1251534522,
            "stop": 1251534892
        },
        {
            "start": 1251534895,
            "stop": 1251535308
        },
        {
            "start": 1251535316,
            "stop": 1251535413
        },
        {
            "start": 1251535416,
            "stop": 1251535947
        },
        {
            "start": 1251535953,
            "stop": 1251536443
        },
        {
            "start": 1251536446,
            "stop": 1251536447
        },
        {
            "start": 1251536449,
            "stop": 1251536454
        },
        {
            "start": 1251536457,
            "stop": 1251536513
        },
        {
            "start": 1251536516,
            "stop": 1251537199
        },
        {
            "start": 1251537202,
            "stop": 1251537368
        },
        {
            "start": 1251537371,
            "stop": 1251537376
        },
        {
            "start": 1251537379,
            "stop": 1251537380
        },
        {
            "start": 1251537383,
            "stop": 1251537904
        },
        {
            "start": 1251537907,
            "stop": 1251539012
        },
        {
            "start": 1251539020,
            "stop": 1251541076
        },
        {
            "start": 1251554224,
            "stop": 1251554275
        },
        {
            "start": 1251554278,
            "stop": 1251554420
        },
        {
            "start": 1251554423,
            "stop": 1251554609
        },
        {
            "start": 1251554617,
            "stop": 1251555304
        }
    ]
}