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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=543",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=541",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 542,
    "results": [
        {
            "start": 830658774,
            "stop": 830662000
        },
        {
            "start": 830663328,
            "stop": 830689977
        },
        {
            "start": 830690060,
            "stop": 830702292
        },
        {
            "start": 830703373,
            "stop": 830705952
        },
        {
            "start": 830717249,
            "stop": 830717493
        },
        {
            "start": 830719644,
            "stop": 830719726
        },
        {
            "start": 830719731,
            "stop": 830719773
        },
        {
            "start": 830720488,
            "stop": 830722088
        },
        {
            "start": 830723613,
            "stop": 830727302
        },
        {
            "start": 830728500,
            "stop": 830754507
        },
        {
            "start": 830754787,
            "stop": 830770976
        },
        {
            "start": 830772315,
            "stop": 830777893
        },
        {
            "start": 830779682,
            "stop": 830797462
        },
        {
            "start": 830797755,
            "stop": 830800854
        },
        {
            "start": 830802185,
            "stop": 830804410
        },
        {
            "start": 830804568,
            "stop": 830811439
        },
        {
            "start": 830811945,
            "stop": 830815448
        },
        {
            "start": 830816146,
            "stop": 830838750
        },
        {
            "start": 830838756,
            "stop": 830838757
        },
        {
            "start": 830838938,
            "stop": 830845748
        }
    ]
}