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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=280",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 281,
    "results": [
        {
            "start": 857427569,
            "stop": 857427648
        },
        {
            "start": 857427948,
            "stop": 857428082
        },
        {
            "start": 857428192,
            "stop": 857428412
        },
        {
            "start": 857428712,
            "stop": 857428719
        },
        {
            "start": 857429050,
            "stop": 857429063
        },
        {
            "start": 857429082,
            "stop": 857429227
        },
        {
            "start": 857429246,
            "stop": 857429790
        },
        {
            "start": 857429809,
            "stop": 857430389
        },
        {
            "start": 857430486,
            "stop": 857430851
        },
        {
            "start": 857430870,
            "stop": 857430937
        },
        {
            "start": 857430956,
            "stop": 857431775
        },
        {
            "start": 857431794,
            "stop": 857431856
        },
        {
            "start": 857431875,
            "stop": 857432029
        },
        {
            "start": 857432048,
            "stop": 857432275
        },
        {
            "start": 857432294,
            "stop": 857432979
        },
        {
            "start": 857433016,
            "stop": 857433181
        },
        {
            "start": 857433200,
            "stop": 857433480
        },
        {
            "start": 857433771,
            "stop": 857434610
        },
        {
            "start": 857434629,
            "stop": 857434675
        },
        {
            "start": 857434710,
            "stop": 857434983
        }
    ]
}