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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4639",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4640,
    "results": [
        {
            "start": 874250747,
            "stop": 874250750
        },
        {
            "start": 874250774,
            "stop": 874250859
        },
        {
            "start": 874250878,
            "stop": 874250885
        },
        {
            "start": 874250921,
            "stop": 874250926
        },
        {
            "start": 874250948,
            "stop": 874250949
        },
        {
            "start": 874250968,
            "stop": 874250969
        },
        {
            "start": 874250989,
            "stop": 874250993
        },
        {
            "start": 874251012,
            "stop": 874251051
        },
        {
            "start": 874251089,
            "stop": 874251106
        },
        {
            "start": 874251140,
            "stop": 874251178
        },
        {
            "start": 874251197,
            "stop": 874251217
        },
        {
            "start": 874251237,
            "stop": 874251276
        },
        {
            "start": 874251297,
            "stop": 874251336
        },
        {
            "start": 874251356,
            "stop": 874251372
        },
        {
            "start": 874251392,
            "stop": 874251418
        },
        {
            "start": 874251441,
            "stop": 874251452
        },
        {
            "start": 874251471,
            "stop": 874251478
        },
        {
            "start": 874251507,
            "stop": 874251511
        },
        {
            "start": 874251533,
            "stop": 874251539
        },
        {
            "start": 874251558,
            "stop": 874251611
        }
    ]
}