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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=95",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 96,
    "results": [
        {
            "start": 838689878,
            "stop": 838713261
        },
        {
            "start": 838714511,
            "stop": 838752285
        },
        {
            "start": 838753450,
            "stop": 838822634
        },
        {
            "start": 838826051,
            "stop": 838831638
        },
        {
            "start": 838831710,
            "stop": 838844168
        },
        {
            "start": 838845347,
            "stop": 838910827
        },
        {
            "start": 838910987,
            "stop": 838911833
        },
        {
            "start": 838912331,
            "stop": 838924130
        },
        {
            "start": 838927282,
            "stop": 838997144
        },
        {
            "start": 838997318,
            "stop": 839004299
        },
        {
            "start": 839004378,
            "stop": 839020730
        },
        {
            "start": 839023957,
            "stop": 839025082
        },
        {
            "start": 839031724,
            "stop": 839033572
        },
        {
            "start": 839033786,
            "stop": 839033946
        },
        {
            "start": 839035338,
            "stop": 839065086
        },
        {
            "start": 839066112,
            "stop": 839084382
        },
        {
            "start": 839100677,
            "stop": 839101523
        },
        {
            "start": 839101653,
            "stop": 839102820
        },
        {
            "start": 839103079,
            "stop": 839103204
        },
        {
            "start": 839103383,
            "stop": 839108761
        }
    ]
}