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=480
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=481",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=479",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 480,
    "results": [
        {
            "start": 1262199753,
            "stop": 1262201171
        },
        {
            "start": 1262201174,
            "stop": 1262202343
        },
        {
            "start": 1262202345,
            "stop": 1262202905
        },
        {
            "start": 1262202908,
            "stop": 1262202937
        },
        {
            "start": 1262202940,
            "stop": 1262202943
        },
        {
            "start": 1262202944,
            "stop": 1262202953
        },
        {
            "start": 1262202956,
            "stop": 1262203618
        },
        {
            "start": 1262203621,
            "stop": 1262205273
        },
        {
            "start": 1262205276,
            "stop": 1262206219
        },
        {
            "start": 1262206222,
            "stop": 1262212569
        },
        {
            "start": 1262212718,
            "stop": 1262213662
        },
        {
            "start": 1262213664,
            "stop": 1262213734
        },
        {
            "start": 1262213737,
            "stop": 1262215599
        },
        {
            "start": 1262215602,
            "stop": 1262215843
        },
        {
            "start": 1262215846,
            "stop": 1262218023
        },
        {
            "start": 1262218026,
            "stop": 1262218281
        },
        {
            "start": 1262218284,
            "stop": 1262219182
        },
        {
            "start": 1262219190,
            "stop": 1262226585
        },
        {
            "start": 1262226588,
            "stop": 1262226865
        },
        {
            "start": 1262226868,
            "stop": 1262227768
        }
    ]
}