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=5238
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=5239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5237",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5238,
    "results": [
        {
            "start": 875187406,
            "stop": 875187855
        },
        {
            "start": 875187863,
            "stop": 875187914
        },
        {
            "start": 875187921,
            "stop": 875187932
        },
        {
            "start": 875187939,
            "stop": 875188515
        },
        {
            "start": 875188522,
            "stop": 875189002
        },
        {
            "start": 875189009,
            "stop": 875189051
        },
        {
            "start": 875189058,
            "stop": 875189107
        },
        {
            "start": 875189114,
            "stop": 875189262
        },
        {
            "start": 875189269,
            "stop": 875189317
        },
        {
            "start": 875189324,
            "stop": 875189396
        },
        {
            "start": 875189403,
            "stop": 875190456
        },
        {
            "start": 875190463,
            "stop": 875190545
        },
        {
            "start": 875190552,
            "stop": 875190598
        },
        {
            "start": 875190605,
            "stop": 875190694
        },
        {
            "start": 875190702,
            "stop": 875190844
        },
        {
            "start": 875190851,
            "stop": 875190905
        },
        {
            "start": 875190912,
            "stop": 875191030
        },
        {
            "start": 875191037,
            "stop": 875191068
        },
        {
            "start": 875191075,
            "stop": 875191078
        },
        {
            "start": 875191085,
            "stop": 875191146
        }
    ]
}