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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=340",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 341,
    "results": [
        {
            "start": 821248441,
            "stop": 821248452
        },
        {
            "start": 821248455,
            "stop": 821248636
        },
        {
            "start": 821248655,
            "stop": 821248784
        },
        {
            "start": 821248965,
            "stop": 821249009
        },
        {
            "start": 821249028,
            "stop": 821249089
        },
        {
            "start": 821249108,
            "stop": 821249607
        },
        {
            "start": 821249736,
            "stop": 821249738
        },
        {
            "start": 821249858,
            "stop": 821250023
        },
        {
            "start": 821250042,
            "stop": 821250559
        },
        {
            "start": 821250578,
            "stop": 821251295
        },
        {
            "start": 821251314,
            "stop": 821251529
        },
        {
            "start": 821251548,
            "stop": 821252293
        },
        {
            "start": 821252413,
            "stop": 821252636
        },
        {
            "start": 821252655,
            "stop": 821252710
        },
        {
            "start": 821252729,
            "stop": 821253308
        },
        {
            "start": 821253327,
            "stop": 821253344
        },
        {
            "start": 821253525,
            "stop": 821254250
        },
        {
            "start": 821254254,
            "stop": 821254699
        },
        {
            "start": 821254718,
            "stop": 821254921
        },
        {
            "start": 821254939,
            "stop": 821255919
        }
    ]
}