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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4977",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4978,
    "results": [
        {
            "start": 874424193,
            "stop": 874424282
        },
        {
            "start": 874424301,
            "stop": 874424359
        },
        {
            "start": 874424378,
            "stop": 874424470
        },
        {
            "start": 874424489,
            "stop": 874424559
        },
        {
            "start": 874424578,
            "stop": 874424766
        },
        {
            "start": 874424785,
            "stop": 874424864
        },
        {
            "start": 874424883,
            "stop": 874424887
        },
        {
            "start": 874424906,
            "stop": 874425133
        },
        {
            "start": 874425152,
            "stop": 874425205
        },
        {
            "start": 874425225,
            "stop": 874425229
        },
        {
            "start": 874425263,
            "stop": 874425333
        },
        {
            "start": 874425353,
            "stop": 874425640
        },
        {
            "start": 874425660,
            "stop": 874425706
        },
        {
            "start": 874425725,
            "stop": 874425755
        },
        {
            "start": 874425774,
            "stop": 874425810
        },
        {
            "start": 874425829,
            "stop": 874425863
        },
        {
            "start": 874425882,
            "stop": 874426009
        },
        {
            "start": 874426029,
            "stop": 874426174
        },
        {
            "start": 874426193,
            "stop": 874426196
        },
        {
            "start": 874426215,
            "stop": 874426218
        }
    ]
}