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=447
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=448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=446",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 447,
    "results": [
        {
            "start": 821776045,
            "stop": 821776050
        },
        {
            "start": 821776053,
            "stop": 821776055
        },
        {
            "start": 821776058,
            "stop": 821776060
        },
        {
            "start": 821776063,
            "stop": 821776080
        },
        {
            "start": 821776083,
            "stop": 821776090
        },
        {
            "start": 821776093,
            "stop": 821776102
        },
        {
            "start": 821776105,
            "stop": 821776108
        },
        {
            "start": 821776116,
            "stop": 821776124
        },
        {
            "start": 821776129,
            "stop": 821776133
        },
        {
            "start": 821776138,
            "stop": 821776140
        },
        {
            "start": 821776144,
            "stop": 821776146
        },
        {
            "start": 821776153,
            "stop": 821776157
        },
        {
            "start": 821776161,
            "stop": 821776164
        },
        {
            "start": 821776169,
            "stop": 821776170
        },
        {
            "start": 821776178,
            "stop": 821776179
        },
        {
            "start": 821776187,
            "stop": 821776189
        },
        {
            "start": 821776193,
            "stop": 821776195
        },
        {
            "start": 821776198,
            "stop": 821776200
        },
        {
            "start": 821776205,
            "stop": 821776207
        },
        {
            "start": 821776210,
            "stop": 821776212
        }
    ]
}