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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=483",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=481",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 482,
    "results": [
        {
            "start": 1264403480,
            "stop": 1264403519
        },
        {
            "start": 1264403521,
            "stop": 1264403562
        },
        {
            "start": 1264403563,
            "stop": 1264403569
        },
        {
            "start": 1264403573,
            "stop": 1264403611
        },
        {
            "start": 1264403617,
            "stop": 1264403631
        },
        {
            "start": 1264403632,
            "stop": 1264403633
        },
        {
            "start": 1264403640,
            "stop": 1264403648
        },
        {
            "start": 1264403650,
            "stop": 1264403652
        },
        {
            "start": 1264403653,
            "stop": 1264403662
        },
        {
            "start": 1264403663,
            "stop": 1264403664
        },
        {
            "start": 1264403669,
            "stop": 1264403678
        },
        {
            "start": 1264403679,
            "stop": 1264403687
        },
        {
            "start": 1264403692,
            "stop": 1264403693
        },
        {
            "start": 1264403694,
            "stop": 1264403703
        },
        {
            "start": 1264403705,
            "stop": 1264403708
        },
        {
            "start": 1264403710,
            "stop": 1264403752
        },
        {
            "start": 1264403754,
            "stop": 1264403765
        },
        {
            "start": 1264403770,
            "stop": 1264403777
        },
        {
            "start": 1264403784,
            "stop": 1264403788
        },
        {
            "start": 1264403792,
            "stop": 1264403810
        }
    ]
}