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=4778
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=4779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4777",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4778,
    "results": [
        {
            "start": 874601361,
            "stop": 874601370
        },
        {
            "start": 874601398,
            "stop": 874601454
        },
        {
            "start": 874601473,
            "stop": 874601484
        },
        {
            "start": 874601511,
            "stop": 874601534
        },
        {
            "start": 874601553,
            "stop": 874601711
        },
        {
            "start": 874601730,
            "stop": 874601767
        },
        {
            "start": 874601786,
            "stop": 874601806
        },
        {
            "start": 874601867,
            "stop": 874601887
        },
        {
            "start": 874601907,
            "stop": 874601937
        },
        {
            "start": 874602086,
            "stop": 874602097
        },
        {
            "start": 874602119,
            "stop": 874602135
        },
        {
            "start": 874602171,
            "stop": 874602176
        },
        {
            "start": 874602240,
            "stop": 874602273
        },
        {
            "start": 874602292,
            "stop": 874602430
        },
        {
            "start": 874602449,
            "stop": 874602450
        },
        {
            "start": 874602469,
            "stop": 874602478
        },
        {
            "start": 874602497,
            "stop": 874602512
        },
        {
            "start": 874602531,
            "stop": 874602568
        },
        {
            "start": 874602587,
            "stop": 874602619
        },
        {
            "start": 874602639,
            "stop": 874602698
        }
    ]
}