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=469
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=470",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=468",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 469,
    "results": [
        {
            "start": 821781355,
            "stop": 821781357
        },
        {
            "start": 821781362,
            "stop": 821781364
        },
        {
            "start": 821781367,
            "stop": 821781370
        },
        {
            "start": 821781379,
            "stop": 821781380
        },
        {
            "start": 821781387,
            "stop": 821781390
        },
        {
            "start": 821781398,
            "stop": 821781402
        },
        {
            "start": 821781405,
            "stop": 821781427
        },
        {
            "start": 821781430,
            "stop": 821781448
        },
        {
            "start": 821781451,
            "stop": 821781464
        },
        {
            "start": 821781470,
            "stop": 821781476
        },
        {
            "start": 821781479,
            "stop": 821781484
        },
        {
            "start": 821781491,
            "stop": 821781497
        },
        {
            "start": 821781500,
            "stop": 821781506
        },
        {
            "start": 821781512,
            "stop": 821781513
        },
        {
            "start": 821781516,
            "stop": 821781518
        },
        {
            "start": 821781524,
            "stop": 821781533
        },
        {
            "start": 821781540,
            "stop": 821781541
        },
        {
            "start": 821781544,
            "stop": 821781555
        },
        {
            "start": 821781558,
            "stop": 821781565
        },
        {
            "start": 821781570,
            "stop": 821781587
        }
    ]
}