Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3762
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3761",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3762,
    "results": [
        {
            "start": 874080291,
            "stop": 874081074
        },
        {
            "start": 874081091,
            "stop": 874081453
        },
        {
            "start": 874081470,
            "stop": 874081745
        },
        {
            "start": 874081764,
            "stop": 874082580
        },
        {
            "start": 874082640,
            "stop": 874082934
        },
        {
            "start": 874082951,
            "stop": 874082961
        },
        {
            "start": 874082978,
            "stop": 874083178
        },
        {
            "start": 874083181,
            "stop": 874083297
        },
        {
            "start": 874083316,
            "stop": 874083795
        },
        {
            "start": 874083798,
            "stop": 874084074
        },
        {
            "start": 874084091,
            "stop": 874084099
        },
        {
            "start": 874084116,
            "stop": 874084224
        },
        {
            "start": 874084241,
            "stop": 874084420
        },
        {
            "start": 874084437,
            "stop": 874084596
        },
        {
            "start": 874084613,
            "stop": 874084633
        },
        {
            "start": 874084650,
            "stop": 874084666
        },
        {
            "start": 874084683,
            "stop": 874084707
        },
        {
            "start": 874084724,
            "stop": 874084800
        },
        {
            "start": 874084860,
            "stop": 874085499
        },
        {
            "start": 874085502,
            "stop": 874085962
        }
    ]
}