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=236
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=237",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=235",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 236,
    "results": [
        {
            "start": 1259287478,
            "stop": 1259287521
        },
        {
            "start": 1259287524,
            "stop": 1259287584
        },
        {
            "start": 1259287590,
            "stop": 1259287695
        },
        {
            "start": 1259287698,
            "stop": 1259287720
        },
        {
            "start": 1259287723,
            "stop": 1259287726
        },
        {
            "start": 1259287729,
            "stop": 1259287842
        },
        {
            "start": 1259287845,
            "stop": 1259287982
        },
        {
            "start": 1259287985,
            "stop": 1259288034
        },
        {
            "start": 1259288037,
            "stop": 1259288081
        },
        {
            "start": 1259288084,
            "stop": 1259288127
        },
        {
            "start": 1259288135,
            "stop": 1259288136
        },
        {
            "start": 1259288139,
            "stop": 1259288171
        },
        {
            "start": 1259288176,
            "stop": 1259288185
        },
        {
            "start": 1259288194,
            "stop": 1259288238
        },
        {
            "start": 1259288241,
            "stop": 1259288320
        },
        {
            "start": 1259288323,
            "stop": 1259288324
        },
        {
            "start": 1259288326,
            "stop": 1259288470
        },
        {
            "start": 1259288476,
            "stop": 1259288543
        },
        {
            "start": 1259288546,
            "stop": 1259288582
        },
        {
            "start": 1259288585,
            "stop": 1259288604
        }
    ]
}