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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=96",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 97,
    "results": [
        {
            "start": 816911107,
            "stop": 816911117
        },
        {
            "start": 816911137,
            "stop": 816911168
        },
        {
            "start": 816911188,
            "stop": 816911247
        },
        {
            "start": 816911281,
            "stop": 816911283
        },
        {
            "start": 816911386,
            "stop": 816911410
        },
        {
            "start": 816911441,
            "stop": 816911503
        },
        {
            "start": 816911525,
            "stop": 816911527
        },
        {
            "start": 816911561,
            "stop": 816911598
        },
        {
            "start": 816911636,
            "stop": 816911655
        },
        {
            "start": 816911684,
            "stop": 816911717
        },
        {
            "start": 816911736,
            "stop": 816911773
        },
        {
            "start": 816911803,
            "stop": 816911833
        },
        {
            "start": 816911889,
            "stop": 816911904
        },
        {
            "start": 816911924,
            "stop": 816911977
        },
        {
            "start": 816912063,
            "stop": 816912117
        },
        {
            "start": 816912177,
            "stop": 816912212
        },
        {
            "start": 816912290,
            "stop": 816912321
        },
        {
            "start": 816912357,
            "stop": 816912403
        },
        {
            "start": 816912471,
            "stop": 816912573
        },
        {
            "start": 816912681,
            "stop": 816912737
        }
    ]
}