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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4120",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4121,
    "results": [
        {
            "start": 874248457,
            "stop": 874248467
        },
        {
            "start": 874248487,
            "stop": 874248488
        },
        {
            "start": 874248507,
            "stop": 874248574
        },
        {
            "start": 874248593,
            "stop": 874248655
        },
        {
            "start": 874248674,
            "stop": 874248676
        },
        {
            "start": 874248796,
            "stop": 874248862
        },
        {
            "start": 874248905,
            "stop": 874248977
        },
        {
            "start": 874249236,
            "stop": 874249319
        },
        {
            "start": 874249338,
            "stop": 874249345
        },
        {
            "start": 874249366,
            "stop": 874249367
        },
        {
            "start": 874249386,
            "stop": 874249400
        },
        {
            "start": 874249435,
            "stop": 874249461
        },
        {
            "start": 874249529,
            "stop": 874249643
        },
        {
            "start": 874249662,
            "stop": 874249686
        },
        {
            "start": 874249705,
            "stop": 874249779
        },
        {
            "start": 874249814,
            "stop": 874249824
        },
        {
            "start": 874249843,
            "stop": 874249861
        },
        {
            "start": 874249885,
            "stop": 874249931
        },
        {
            "start": 874249950,
            "stop": 874249980
        },
        {
            "start": 874250044,
            "stop": 874250061
        }
    ]
}