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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=154",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 155,
    "results": [
        {
            "start": 842768386,
            "stop": 842772643
        },
        {
            "start": 842773916,
            "stop": 842781336
        },
        {
            "start": 842782506,
            "stop": 842791986
        },
        {
            "start": 842792842,
            "stop": 842798176
        },
        {
            "start": 842798369,
            "stop": 842807420
        },
        {
            "start": 842808017,
            "stop": 842823951
        },
        {
            "start": 842824156,
            "stop": 842828252
        },
        {
            "start": 842828353,
            "stop": 842853579
        },
        {
            "start": 842854688,
            "stop": 842857115
        },
        {
            "start": 842858230,
            "stop": 842881877
        },
        {
            "start": 842883419,
            "stop": 842884886
        },
        {
            "start": 842885000,
            "stop": 842886963
        },
        {
            "start": 842887841,
            "stop": 842891087
        },
        {
            "start": 842894305,
            "stop": 842909550
        },
        {
            "start": 842909644,
            "stop": 842928138
        },
        {
            "start": 842929960,
            "stop": 842930518
        },
        {
            "start": 842931074,
            "stop": 842937028
        },
        {
            "start": 842937473,
            "stop": 842943441
        },
        {
            "start": 842944494,
            "stop": 842957873
        },
        {
            "start": 842958035,
            "stop": 842973067
        }
    ]
}