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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=415",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=413",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 414,
    "results": [
        {
            "start": 825086302,
            "stop": 825086460
        },
        {
            "start": 825086520,
            "stop": 825086592
        },
        {
            "start": 825086619,
            "stop": 825086891
        },
        {
            "start": 825086894,
            "stop": 825087073
        },
        {
            "start": 825087077,
            "stop": 825087181
        },
        {
            "start": 825087184,
            "stop": 825088045
        },
        {
            "start": 825088048,
            "stop": 825088049
        },
        {
            "start": 825088052,
            "stop": 825088593
        },
        {
            "start": 825088596,
            "stop": 825088779
        },
        {
            "start": 825088782,
            "stop": 825088784
        },
        {
            "start": 825088787,
            "stop": 825089294
        },
        {
            "start": 825089404,
            "stop": 825089757
        },
        {
            "start": 825090057,
            "stop": 825090080
        },
        {
            "start": 825090085,
            "stop": 825090273
        },
        {
            "start": 825090276,
            "stop": 825091442
        },
        {
            "start": 825091446,
            "stop": 825091606
        },
        {
            "start": 825091609,
            "stop": 825091917
        },
        {
            "start": 825091920,
            "stop": 825091989
        },
        {
            "start": 825091992,
            "stop": 825092336
        },
        {
            "start": 825092340,
            "stop": 825092700
        }
    ]
}