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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=180",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 181,
    "results": [
        {
            "start": 932821575,
            "stop": 932821741
        },
        {
            "start": 932821745,
            "stop": 932823092
        },
        {
            "start": 932823094,
            "stop": 932823671
        },
        {
            "start": 932823791,
            "stop": 932824815
        },
        {
            "start": 932825175,
            "stop": 932825537
        },
        {
            "start": 932825540,
            "stop": 932826009
        },
        {
            "start": 932826129,
            "stop": 932826303
        },
        {
            "start": 932826305,
            "stop": 932826318
        },
        {
            "start": 932826320,
            "stop": 932826648
        },
        {
            "start": 932826652,
            "stop": 932827446
        },
        {
            "start": 932827566,
            "stop": 932827713
        },
        {
            "start": 932827833,
            "stop": 932827998
        },
        {
            "start": 932828000,
            "stop": 932828323
        },
        {
            "start": 932939609,
            "stop": 932940015
        },
        {
            "start": 932940389,
            "stop": 932940581
        },
        {
            "start": 932940614,
            "stop": 932940809
        },
        {
            "start": 932940869,
            "stop": 932941109
        },
        {
            "start": 932941649,
            "stop": 932941769
        },
        {
            "start": 932941889,
            "stop": 932941949
        },
        {
            "start": 932942129,
            "stop": 932942439
        }
    ]
}