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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4674",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4675,
    "results": [
        {
            "start": 874332217,
            "stop": 874332262
        },
        {
            "start": 874332282,
            "stop": 874332294
        },
        {
            "start": 874332314,
            "stop": 874332327
        },
        {
            "start": 874332346,
            "stop": 874332348
        },
        {
            "start": 874332382,
            "stop": 874332385
        },
        {
            "start": 874332510,
            "stop": 874332564
        },
        {
            "start": 874332583,
            "stop": 874332726
        },
        {
            "start": 874332745,
            "stop": 874332759
        },
        {
            "start": 874332779,
            "stop": 874332851
        },
        {
            "start": 874332971,
            "stop": 874333002
        },
        {
            "start": 874333021,
            "stop": 874333030
        },
        {
            "start": 874333049,
            "stop": 874333080
        },
        {
            "start": 874333099,
            "stop": 874333107
        },
        {
            "start": 874333126,
            "stop": 874333131
        },
        {
            "start": 874333150,
            "stop": 874333218
        },
        {
            "start": 874333237,
            "stop": 874333241
        },
        {
            "start": 874333260,
            "stop": 874333378
        },
        {
            "start": 874333397,
            "stop": 874333417
        },
        {
            "start": 874333436,
            "stop": 874333505
        },
        {
            "start": 874333524,
            "stop": 874333574
        }
    ]
}