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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=365",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 366,
    "results": [
        {
            "start": 821365735,
            "stop": 821365773
        },
        {
            "start": 821365792,
            "stop": 821365796
        },
        {
            "start": 821365828,
            "stop": 821365945
        },
        {
            "start": 821365964,
            "stop": 821366027
        },
        {
            "start": 821366048,
            "stop": 821366096
        },
        {
            "start": 821366115,
            "stop": 821366230
        },
        {
            "start": 821366259,
            "stop": 821366268
        },
        {
            "start": 821366287,
            "stop": 821366387
        },
        {
            "start": 821366406,
            "stop": 821366506
        },
        {
            "start": 821366525,
            "stop": 821366941
        },
        {
            "start": 821366967,
            "stop": 821367072
        },
        {
            "start": 821367091,
            "stop": 821367134
        },
        {
            "start": 821367153,
            "stop": 821367170
        },
        {
            "start": 821367189,
            "stop": 821367228
        },
        {
            "start": 821367247,
            "stop": 821367365
        },
        {
            "start": 821367387,
            "stop": 821367539
        },
        {
            "start": 821367558,
            "stop": 821367566
        },
        {
            "start": 821367585,
            "stop": 821367605
        },
        {
            "start": 821367638,
            "stop": 821367651
        },
        {
            "start": 821367686,
            "stop": 821367748
        }
    ]
}