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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=433",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 434,
    "results": [
        {
            "start": 821773498,
            "stop": 821773518
        },
        {
            "start": 821773521,
            "stop": 821773523
        },
        {
            "start": 821773526,
            "stop": 821773545
        },
        {
            "start": 821773548,
            "stop": 821773555
        },
        {
            "start": 821773560,
            "stop": 821773561
        },
        {
            "start": 821773564,
            "stop": 821773573
        },
        {
            "start": 821773579,
            "stop": 821773585
        },
        {
            "start": 821773588,
            "stop": 821773596
        },
        {
            "start": 821773599,
            "stop": 821773606
        },
        {
            "start": 821773609,
            "stop": 821773610
        },
        {
            "start": 821773613,
            "stop": 821773621
        },
        {
            "start": 821773625,
            "stop": 821773627
        },
        {
            "start": 821773630,
            "stop": 821773638
        },
        {
            "start": 821773643,
            "stop": 821773653
        },
        {
            "start": 821773658,
            "stop": 821773660
        },
        {
            "start": 821773663,
            "stop": 821773664
        },
        {
            "start": 821773667,
            "stop": 821773669
        },
        {
            "start": 821773672,
            "stop": 821773678
        },
        {
            "start": 821773681,
            "stop": 821773694
        },
        {
            "start": 821773697,
            "stop": 821773704
        }
    ]
}