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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=369",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 370,
    "results": [
        {
            "start": 818867985,
            "stop": 818867991
        },
        {
            "start": 818868010,
            "stop": 818868019
        },
        {
            "start": 818868093,
            "stop": 818868110
        },
        {
            "start": 818868160,
            "stop": 818868164
        },
        {
            "start": 818868167,
            "stop": 818868191
        },
        {
            "start": 818868234,
            "stop": 818868262
        },
        {
            "start": 818868332,
            "stop": 818868348
        },
        {
            "start": 818868368,
            "stop": 818868387
        },
        {
            "start": 818868407,
            "stop": 818868467
        },
        {
            "start": 818868487,
            "stop": 818868491
        },
        {
            "start": 818868510,
            "stop": 818868524
        },
        {
            "start": 818868607,
            "stop": 818868621
        },
        {
            "start": 818868671,
            "stop": 818868685
        },
        {
            "start": 818868740,
            "stop": 818868743
        },
        {
            "start": 818868773,
            "stop": 818868778
        },
        {
            "start": 818868840,
            "stop": 818868852
        },
        {
            "start": 818868872,
            "stop": 818868891
        },
        {
            "start": 818868994,
            "stop": 818869004
        },
        {
            "start": 818869155,
            "stop": 818869166
        },
        {
            "start": 818869221,
            "stop": 818869230
        }
    ]
}