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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=333",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 334,
    "results": [
        {
            "start": 1260377482,
            "stop": 1260377662
        },
        {
            "start": 1260377663,
            "stop": 1260377664
        },
        {
            "start": 1260377667,
            "stop": 1260377947
        },
        {
            "start": 1260377950,
            "stop": 1260378199
        },
        {
            "start": 1260378207,
            "stop": 1260378639
        },
        {
            "start": 1260378642,
            "stop": 1260378643
        },
        {
            "start": 1260378646,
            "stop": 1260379210
        },
        {
            "start": 1260379212,
            "stop": 1260379413
        },
        {
            "start": 1260379416,
            "stop": 1260380763
        },
        {
            "start": 1260380764,
            "stop": 1260380768
        },
        {
            "start": 1260380771,
            "stop": 1260381336
        },
        {
            "start": 1260381339,
            "stop": 1260381368
        },
        {
            "start": 1260381371,
            "stop": 1260381513
        },
        {
            "start": 1260381516,
            "stop": 1260382850
        },
        {
            "start": 1260388794,
            "stop": 1260389554
        },
        {
            "start": 1260389557,
            "stop": 1260390413
        },
        {
            "start": 1260390421,
            "stop": 1260393104
        },
        {
            "start": 1260393107,
            "stop": 1260396070
        },
        {
            "start": 1260396073,
            "stop": 1260400206
        },
        {
            "start": 1260400209,
            "stop": 1260400213
        }
    ]
}