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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=245",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 246,
    "results": [
        {
            "start": 931743482,
            "stop": 931743483
        },
        {
            "start": 931743484,
            "stop": 931743765
        },
        {
            "start": 931743767,
            "stop": 931743966
        },
        {
            "start": 931743968,
            "stop": 931743969
        },
        {
            "start": 931743974,
            "stop": 931744012
        },
        {
            "start": 931744014,
            "stop": 931744130
        },
        {
            "start": 931744134,
            "stop": 931744150
        },
        {
            "start": 931744151,
            "stop": 931744162
        },
        {
            "start": 931744164,
            "stop": 931744165
        },
        {
            "start": 931744169,
            "stop": 931744173
        },
        {
            "start": 931744175,
            "stop": 931744206
        },
        {
            "start": 931744207,
            "stop": 931744767
        },
        {
            "start": 931744769,
            "stop": 931745005
        },
        {
            "start": 931745007,
            "stop": 931745013
        },
        {
            "start": 931745016,
            "stop": 931745105
        },
        {
            "start": 931745107,
            "stop": 931745113
        },
        {
            "start": 931745115,
            "stop": 931745188
        },
        {
            "start": 931745190,
            "stop": 931745240
        },
        {
            "start": 931745244,
            "stop": 931745349
        },
        {
            "start": 931745351,
            "stop": 931745530
        }
    ]
}