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=647
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=648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=646",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 647,
    "results": [
        {
            "start": 847653004,
            "stop": 847653010
        },
        {
            "start": 847653014,
            "stop": 847653020
        },
        {
            "start": 847653023,
            "stop": 847659977
        },
        {
            "start": 847660236,
            "stop": 847661125
        },
        {
            "start": 847661127,
            "stop": 847661509
        },
        {
            "start": 847701031,
            "stop": 847725044
        },
        {
            "start": 847725047,
            "stop": 847725049
        },
        {
            "start": 847725052,
            "stop": 847730600
        },
        {
            "start": 847730603,
            "stop": 847730605
        },
        {
            "start": 847730610,
            "stop": 847731433
        },
        {
            "start": 847733010,
            "stop": 847733579
        },
        {
            "start": 847734387,
            "stop": 847734429
        },
        {
            "start": 847742700,
            "stop": 847744273
        },
        {
            "start": 847752171,
            "stop": 847753043
        },
        {
            "start": 847775781,
            "stop": 847797073
        },
        {
            "start": 847798683,
            "stop": 847802533
        },
        {
            "start": 847803691,
            "stop": 847807496
        },
        {
            "start": 847807498,
            "stop": 847811773
        },
        {
            "start": 847819476,
            "stop": 847820810
        },
        {
            "start": 847821199,
            "stop": 847821250
        }
    ]
}