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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4197",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4198,
    "results": [
        {
            "start": 874423775,
            "stop": 874423780
        },
        {
            "start": 874423799,
            "stop": 874423838
        },
        {
            "start": 874423858,
            "stop": 874423897
        },
        {
            "start": 874423916,
            "stop": 874424042
        },
        {
            "start": 874424061,
            "stop": 874424081
        },
        {
            "start": 874424100,
            "stop": 874424105
        },
        {
            "start": 874424124,
            "stop": 874424136
        },
        {
            "start": 874424193,
            "stop": 874424282
        },
        {
            "start": 874424301,
            "stop": 874424358
        },
        {
            "start": 874424495,
            "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
        }
    ]
}