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=4691
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=4692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4690",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4691,
    "results": [
        {
            "start": 874366458,
            "stop": 874366488
        },
        {
            "start": 874366664,
            "stop": 874366680
        },
        {
            "start": 874368985,
            "stop": 874369020
        },
        {
            "start": 874369320,
            "stop": 874369321
        },
        {
            "start": 874369529,
            "stop": 874369535
        },
        {
            "start": 874369620,
            "stop": 874369633
        },
        {
            "start": 874369664,
            "stop": 874369673
        },
        {
            "start": 874369696,
            "stop": 874369728
        },
        {
            "start": 874369866,
            "stop": 874369920
        },
        {
            "start": 874370046,
            "stop": 874370064
        },
        {
            "start": 874370084,
            "stop": 874370096
        },
        {
            "start": 874370667,
            "stop": 874370695
        },
        {
            "start": 874370795,
            "stop": 874370804
        },
        {
            "start": 874370860,
            "stop": 874370866
        },
        {
            "start": 874371812,
            "stop": 874371838
        },
        {
            "start": 874372444,
            "stop": 874372456
        },
        {
            "start": 874372483,
            "stop": 874372500
        },
        {
            "start": 874372560,
            "stop": 874372593
        },
        {
            "start": 874372626,
            "stop": 874372633
        },
        {
            "start": 874372670,
            "stop": 874372675
        }
    ]
}