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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=271",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 272,
    "results": [
        {
            "start": 1259910396,
            "stop": 1259910944
        },
        {
            "start": 1259910947,
            "stop": 1259912522
        },
        {
            "start": 1259912525,
            "stop": 1259917311
        },
        {
            "start": 1259917314,
            "stop": 1259917614
        },
        {
            "start": 1259917617,
            "stop": 1259924071
        },
        {
            "start": 1259924074,
            "stop": 1259928783
        },
        {
            "start": 1259928792,
            "stop": 1259931641
        },
        {
            "start": 1259931644,
            "stop": 1259933741
        },
        {
            "start": 1259933744,
            "stop": 1259934244
        },
        {
            "start": 1259934246,
            "stop": 1259934899
        },
        {
            "start": 1259934902,
            "stop": 1259938327
        },
        {
            "start": 1259938879,
            "stop": 1259941057
        },
        {
            "start": 1259941060,
            "stop": 1259941522
        },
        {
            "start": 1259941525,
            "stop": 1259945167
        },
        {
            "start": 1259945175,
            "stop": 1259949297
        },
        {
            "start": 1259949300,
            "stop": 1259950373
        },
        {
            "start": 1259950376,
            "stop": 1259950379
        },
        {
            "start": 1259950382,
            "stop": 1259951198
        },
        {
            "start": 1259951202,
            "stop": 1259952605
        },
        {
            "start": 1259952613,
            "stop": 1259953999
        }
    ]
}