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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5058",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5059,
    "results": [
        {
            "start": 874606617,
            "stop": 874606627
        },
        {
            "start": 874606642,
            "stop": 874606647
        },
        {
            "start": 874606654,
            "stop": 874606657
        },
        {
            "start": 874606665,
            "stop": 874606718
        },
        {
            "start": 874606726,
            "stop": 874606743
        },
        {
            "start": 874606751,
            "stop": 874606821
        },
        {
            "start": 874606828,
            "stop": 874606842
        },
        {
            "start": 874606849,
            "stop": 874606902
        },
        {
            "start": 874606916,
            "stop": 874606926
        },
        {
            "start": 874606934,
            "stop": 874606941
        },
        {
            "start": 874606948,
            "stop": 874606952
        },
        {
            "start": 874606962,
            "stop": 874606999
        },
        {
            "start": 874607022,
            "stop": 874607035
        },
        {
            "start": 874607042,
            "stop": 874607051
        },
        {
            "start": 874607058,
            "stop": 874607066
        },
        {
            "start": 874607074,
            "stop": 874607105
        },
        {
            "start": 874607112,
            "stop": 874607188
        },
        {
            "start": 874607198,
            "stop": 874607205
        },
        {
            "start": 874607212,
            "stop": 874607229
        },
        {
            "start": 874607236,
            "stop": 874607277
        }
    ]
}