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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40925",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40926,
    "results": [
        {
            "start": 875105369,
            "stop": 875105371
        },
        {
            "start": 875105373,
            "stop": 875105377
        },
        {
            "start": 875105378,
            "stop": 875105381
        },
        {
            "start": 875105383,
            "stop": 875105387
        },
        {
            "start": 875105389,
            "stop": 875105393
        },
        {
            "start": 875105394,
            "stop": 875105398
        },
        {
            "start": 875105399,
            "stop": 875105403
        },
        {
            "start": 875105405,
            "stop": 875105409
        },
        {
            "start": 875105410,
            "stop": 875105414
        },
        {
            "start": 875105415,
            "stop": 875105416
        },
        {
            "start": 875105418,
            "stop": 875105423
        },
        {
            "start": 875105424,
            "stop": 875105428
        },
        {
            "start": 875105429,
            "stop": 875105434
        },
        {
            "start": 875105435,
            "stop": 875105438
        },
        {
            "start": 875105440,
            "stop": 875105444
        },
        {
            "start": 875105445,
            "stop": 875105450
        },
        {
            "start": 875105452,
            "stop": 875105453
        },
        {
            "start": 875105454,
            "stop": 875105455
        },
        {
            "start": 875105456,
            "stop": 875105460
        },
        {
            "start": 875105461,
            "stop": 875105466
        }
    ]
}