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=448
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=449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=447",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 448,
    "results": [
        {
            "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
        },
        {
            "start": 821776385,
            "stop": 821776389
        },
        {
            "start": 821776401,
            "stop": 821776407
        },
        {
            "start": 821776410,
            "stop": 821776417
        },
        {
            "start": 821776421,
            "stop": 821776430
        },
        {
            "start": 821776445,
            "stop": 821776449
        }
    ]
}