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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=163",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 164,
    "results": [
        {
            "start": 826863354,
            "stop": 826863439
        },
        {
            "start": 826863441,
            "stop": 826864221
        },
        {
            "start": 826864223,
            "stop": 826865628
        },
        {
            "start": 826865630,
            "stop": 826865637
        },
        {
            "start": 826865639,
            "stop": 826865653
        },
        {
            "start": 826865656,
            "stop": 826875853
        },
        {
            "start": 826875855,
            "stop": 826875857
        },
        {
            "start": 826875860,
            "stop": 826875945
        },
        {
            "start": 826875946,
            "stop": 826876181
        },
        {
            "start": 826876183,
            "stop": 826876639
        },
        {
            "start": 826876644,
            "stop": 826876681
        },
        {
            "start": 826876689,
            "stop": 826876690
        },
        {
            "start": 826876695,
            "stop": 826876778
        },
        {
            "start": 826876780,
            "stop": 826877518
        },
        {
            "start": 826877521,
            "stop": 826892338
        },
        {
            "start": 826892340,
            "stop": 826892444
        },
        {
            "start": 826892449,
            "stop": 826892452
        },
        {
            "start": 826892454,
            "stop": 826892577
        },
        {
            "start": 826892580,
            "stop": 826892585
        },
        {
            "start": 826892587,
            "stop": 826892596
        }
    ]
}