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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=158",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 159,
    "results": [
        {
            "start": 831931179,
            "stop": 831934014
        },
        {
            "start": 831937050,
            "stop": 831938810
        },
        {
            "start": 831940387,
            "stop": 831944022
        },
        {
            "start": 831944523,
            "stop": 831962833
        },
        {
            "start": 831962851,
            "stop": 831962852
        },
        {
            "start": 831962950,
            "stop": 831982693
        },
        {
            "start": 831985270,
            "stop": 832001391
        },
        {
            "start": 832005076,
            "stop": 832008853
        },
        {
            "start": 832011322,
            "stop": 832012633
        },
        {
            "start": 832014671,
            "stop": 832017673
        },
        {
            "start": 832018393,
            "stop": 832019034
        },
        {
            "start": 832021111,
            "stop": 832029192
        },
        {
            "start": 832031460,
            "stop": 832031773
        },
        {
            "start": 832033346,
            "stop": 832037371
        },
        {
            "start": 832037375,
            "stop": 832037518
        },
        {
            "start": 832043200,
            "stop": 832043713
        },
        {
            "start": 832043725,
            "stop": 832043726
        },
        {
            "start": 832049050,
            "stop": 832049078
        },
        {
            "start": 832049096,
            "stop": 832049101
        },
        {
            "start": 832049105,
            "stop": 832049111
        }
    ]
}