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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=116",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 117,
    "results": [
        {
            "start": 819298742,
            "stop": 819299639
        },
        {
            "start": 819299646,
            "stop": 819299713
        },
        {
            "start": 819299758,
            "stop": 819299760
        },
        {
            "start": 819300449,
            "stop": 819300842
        },
        {
            "start": 819300849,
            "stop": 819302460
        },
        {
            "start": 819302520,
            "stop": 819303300
        },
        {
            "start": 819303360,
            "stop": 819304020
        },
        {
            "start": 819304080,
            "stop": 819304260
        },
        {
            "start": 819304320,
            "stop": 819304556
        },
        {
            "start": 819304620,
            "stop": 819305100
        },
        {
            "start": 819305160,
            "stop": 819305220
        },
        {
            "start": 819305280,
            "stop": 819305340
        },
        {
            "start": 819305460,
            "stop": 819305700
        },
        {
            "start": 819305760,
            "stop": 819305820
        },
        {
            "start": 819305940,
            "stop": 819306060
        },
        {
            "start": 819306120,
            "stop": 819306240
        },
        {
            "start": 819306420,
            "stop": 819306540
        },
        {
            "start": 819306600,
            "stop": 819306720
        },
        {
            "start": 819306780,
            "stop": 819306900
        },
        {
            "start": 819307080,
            "stop": 819307140
        }
    ]
}