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=503
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=504",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=502",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 503,
    "results": [
        {
            "start": 1262432488,
            "stop": 1262432490
        },
        {
            "start": 1262432491,
            "stop": 1262432501
        },
        {
            "start": 1262432504,
            "stop": 1262432530
        },
        {
            "start": 1262432533,
            "stop": 1262432760
        },
        {
            "start": 1262432762,
            "stop": 1262432764
        },
        {
            "start": 1262432765,
            "stop": 1262432766
        },
        {
            "start": 1262432767,
            "stop": 1262432779
        },
        {
            "start": 1262432781,
            "stop": 1262432791
        },
        {
            "start": 1262432793,
            "stop": 1262432795
        },
        {
            "start": 1262432798,
            "stop": 1262432806
        },
        {
            "start": 1262432807,
            "stop": 1262432813
        },
        {
            "start": 1262432815,
            "stop": 1262432821
        },
        {
            "start": 1262432822,
            "stop": 1262432829
        },
        {
            "start": 1262432830,
            "stop": 1262432834
        },
        {
            "start": 1262432835,
            "stop": 1262432842
        },
        {
            "start": 1262470540,
            "stop": 1262470661
        },
        {
            "start": 1262470664,
            "stop": 1262471676
        },
        {
            "start": 1262471679,
            "stop": 1262472203
        },
        {
            "start": 1262472206,
            "stop": 1262472593
        },
        {
            "start": 1262472596,
            "stop": 1262475901
        }
    ]
}