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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=183",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 184,
    "results": [
        {
            "start": 837961062,
            "stop": 837963566
        },
        {
            "start": 837963806,
            "stop": 837964145
        },
        {
            "start": 837979955,
            "stop": 838041793
        },
        {
            "start": 838042644,
            "stop": 838064533
        },
        {
            "start": 838065830,
            "stop": 838072251
        },
        {
            "start": 838072443,
            "stop": 838078933
        },
        {
            "start": 838079671,
            "stop": 838087153
        },
        {
            "start": 838088906,
            "stop": 838108393
        },
        {
            "start": 838109586,
            "stop": 838149895
        },
        {
            "start": 838149899,
            "stop": 838150608
        },
        {
            "start": 838150612,
            "stop": 838150638
        },
        {
            "start": 838150641,
            "stop": 838150893
        },
        {
            "start": 838151241,
            "stop": 838151842
        },
        {
            "start": 838151847,
            "stop": 838152389
        },
        {
            "start": 838152402,
            "stop": 838153933
        },
        {
            "start": 838155575,
            "stop": 838162448
        },
        {
            "start": 838162457,
            "stop": 838174503
        },
        {
            "start": 838175229,
            "stop": 838238533
        },
        {
            "start": 838240368,
            "stop": 838240661
        },
        {
            "start": 838240665,
            "stop": 838257913
        }
    ]
}