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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=447",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 448,
    "results": [
        {
            "start": 821776187,
            "stop": 821776189
        },
        {
            "start": 821776193,
            "stop": 821776195
        },
        {
            "start": 821776198,
            "stop": 821776200
        },
        {
            "start": 821776205,
            "stop": 821776207
        },
        {
            "start": 821776210,
            "stop": 821776212
        },
        {
            "start": 821776218,
            "stop": 821776227
        },
        {
            "start": 821776234,
            "stop": 821776245
        },
        {
            "start": 821776257,
            "stop": 821776264
        },
        {
            "start": 821776267,
            "stop": 821776269
        },
        {
            "start": 821776272,
            "stop": 821776277
        },
        {
            "start": 821776285,
            "stop": 821776289
        },
        {
            "start": 821776292,
            "stop": 821776293
        },
        {
            "start": 821776298,
            "stop": 821776308
        },
        {
            "start": 821776314,
            "stop": 821776325
        },
        {
            "start": 821776328,
            "stop": 821776332
        },
        {
            "start": 821776335,
            "stop": 821776336
        },
        {
            "start": 821776339,
            "stop": 821776340
        },
        {
            "start": 821776346,
            "stop": 821776350
        },
        {
            "start": 821776359,
            "stop": 821776362
        },
        {
            "start": 821776365,
            "stop": 821776382
        }
    ]
}