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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6512",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6510",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6511,
    "results": [
        {
            "start": 874241015,
            "stop": 874241536
        },
        {
            "start": 874241537,
            "stop": 874241624
        },
        {
            "start": 874241625,
            "stop": 874242367
        },
        {
            "start": 874242368,
            "stop": 874242428
        },
        {
            "start": 874242429,
            "stop": 874243121
        },
        {
            "start": 874243123,
            "stop": 874243187
        },
        {
            "start": 874243189,
            "stop": 874243235
        },
        {
            "start": 874243236,
            "stop": 874243574
        },
        {
            "start": 874243575,
            "stop": 874243660
        },
        {
            "start": 874243661,
            "stop": 874243867
        },
        {
            "start": 874243868,
            "stop": 874244953
        },
        {
            "start": 874244954,
            "stop": 874245163
        },
        {
            "start": 874245164,
            "stop": 874245232
        },
        {
            "start": 874245233,
            "stop": 874245333
        },
        {
            "start": 874245334,
            "stop": 874245342
        },
        {
            "start": 874245343,
            "stop": 874245397
        },
        {
            "start": 874245399,
            "stop": 874245409
        },
        {
            "start": 874245410,
            "stop": 874245587
        },
        {
            "start": 874245588,
            "stop": 874245857
        },
        {
            "start": 874245858,
            "stop": 874246543
        }
    ]
}