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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=322",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 323,
    "results": [
        {
            "start": 1240605043,
            "stop": 1240605044
        },
        {
            "start": 1240605046,
            "stop": 1240605414
        },
        {
            "start": 1240605415,
            "stop": 1240605416
        },
        {
            "start": 1240605417,
            "stop": 1240605526
        },
        {
            "start": 1240605528,
            "stop": 1240605551
        },
        {
            "start": 1240605552,
            "stop": 1240605553
        },
        {
            "start": 1240605554,
            "stop": 1240606018
        },
        {
            "start": 1240606019,
            "stop": 1240606022
        },
        {
            "start": 1240606023,
            "stop": 1240606028
        },
        {
            "start": 1240606031,
            "stop": 1240606064
        },
        {
            "start": 1240606066,
            "stop": 1240606447
        },
        {
            "start": 1240606448,
            "stop": 1240606451
        },
        {
            "start": 1240606452,
            "stop": 1240606470
        },
        {
            "start": 1240606471,
            "stop": 1240606473
        },
        {
            "start": 1240606476,
            "stop": 1240606514
        },
        {
            "start": 1240606515,
            "stop": 1240606518
        },
        {
            "start": 1240606519,
            "stop": 1240606748
        },
        {
            "start": 1240606814,
            "stop": 1240607130
        },
        {
            "start": 1240607134,
            "stop": 1240607322
        },
        {
            "start": 1240607323,
            "stop": 1240607501
        }
    ]
}