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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=142",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 143,
    "results": [
        {
            "start": 826080575,
            "stop": 826080581
        },
        {
            "start": 826080589,
            "stop": 826080593
        },
        {
            "start": 826080595,
            "stop": 826080598
        },
        {
            "start": 826080603,
            "stop": 826080604
        },
        {
            "start": 826080607,
            "stop": 826080608
        },
        {
            "start": 826080612,
            "stop": 826080616
        },
        {
            "start": 826080620,
            "stop": 826080621
        },
        {
            "start": 826080626,
            "stop": 826080629
        },
        {
            "start": 826080633,
            "stop": 826080634
        },
        {
            "start": 826080639,
            "stop": 826080640
        },
        {
            "start": 826080642,
            "stop": 826080647
        },
        {
            "start": 826080649,
            "stop": 826080650
        },
        {
            "start": 826080653,
            "stop": 826080655
        },
        {
            "start": 826080658,
            "stop": 826080666
        },
        {
            "start": 826080668,
            "stop": 826080672
        },
        {
            "start": 826080676,
            "stop": 826080679
        },
        {
            "start": 826080682,
            "stop": 826080688
        },
        {
            "start": 826080690,
            "stop": 826080691
        },
        {
            "start": 826080694,
            "stop": 826080696
        },
        {
            "start": 826080698,
            "stop": 826080705
        }
    ]
}