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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=520",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=518",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 519,
    "results": [
        {
            "start": 1262711043,
            "stop": 1262711534
        },
        {
            "start": 1262711537,
            "stop": 1262714288
        },
        {
            "start": 1262714289,
            "stop": 1262714301
        },
        {
            "start": 1262714302,
            "stop": 1262714323
        },
        {
            "start": 1262714324,
            "stop": 1262714340
        },
        {
            "start": 1262714341,
            "stop": 1262714472
        },
        {
            "start": 1262714944,
            "stop": 1262715064
        },
        {
            "start": 1262715066,
            "stop": 1262715747
        },
        {
            "start": 1262715755,
            "stop": 1262718768
        },
        {
            "start": 1262735573,
            "stop": 1262735588
        },
        {
            "start": 1262735591,
            "stop": 1262735808
        },
        {
            "start": 1262735811,
            "stop": 1262735844
        },
        {
            "start": 1262735847,
            "stop": 1262735856
        },
        {
            "start": 1262735859,
            "stop": 1262736217
        },
        {
            "start": 1262736220,
            "stop": 1262736555
        },
        {
            "start": 1262736558,
            "stop": 1262736608
        },
        {
            "start": 1262736611,
            "stop": 1262736618
        },
        {
            "start": 1262736621,
            "stop": 1262736666
        },
        {
            "start": 1262736669,
            "stop": 1262736690
        },
        {
            "start": 1262736693,
            "stop": 1262737006
        }
    ]
}