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=4648
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=4649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4647",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4648,
    "results": [
        {
            "start": 874261064,
            "stop": 874261075
        },
        {
            "start": 874261097,
            "stop": 874261108
        },
        {
            "start": 874261127,
            "stop": 874261128
        },
        {
            "start": 874261151,
            "stop": 874261155
        },
        {
            "start": 874261174,
            "stop": 874261181
        },
        {
            "start": 874261205,
            "stop": 874261260
        },
        {
            "start": 874261279,
            "stop": 874261311
        },
        {
            "start": 874261341,
            "stop": 874261362
        },
        {
            "start": 874261396,
            "stop": 874261433
        },
        {
            "start": 874261458,
            "stop": 874261483
        },
        {
            "start": 874261511,
            "stop": 874261557
        },
        {
            "start": 874261577,
            "stop": 874261610
        },
        {
            "start": 874261654,
            "stop": 874261658
        },
        {
            "start": 874261689,
            "stop": 874261706
        },
        {
            "start": 874261725,
            "stop": 874261740
        },
        {
            "start": 874261822,
            "stop": 874261829
        },
        {
            "start": 874261890,
            "stop": 874261892
        },
        {
            "start": 874261912,
            "stop": 874261971
        },
        {
            "start": 874261990,
            "stop": 874262023
        },
        {
            "start": 874262074,
            "stop": 874262093
        }
    ]
}