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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=678",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=676",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 677,
    "results": [
        {
            "start": 829710579,
            "stop": 829710591
        },
        {
            "start": 829710594,
            "stop": 829710637
        },
        {
            "start": 829710641,
            "stop": 829710647
        },
        {
            "start": 829710650,
            "stop": 829710653
        },
        {
            "start": 829710656,
            "stop": 829710658
        },
        {
            "start": 829710768,
            "stop": 829710848
        },
        {
            "start": 829710851,
            "stop": 829710853
        },
        {
            "start": 829710856,
            "stop": 829710907
        },
        {
            "start": 829710911,
            "stop": 829710921
        },
        {
            "start": 829710924,
            "stop": 829711010
        },
        {
            "start": 829711018,
            "stop": 829711020
        },
        {
            "start": 829711024,
            "stop": 829711057
        },
        {
            "start": 829711060,
            "stop": 829711080
        },
        {
            "start": 829711383,
            "stop": 829711528
        },
        {
            "start": 829711531,
            "stop": 829711544
        },
        {
            "start": 829711547,
            "stop": 829711649
        },
        {
            "start": 829711653,
            "stop": 829711670
        },
        {
            "start": 829711673,
            "stop": 829711711
        },
        {
            "start": 829711714,
            "stop": 829711844
        },
        {
            "start": 829711847,
            "stop": 829712054
        }
    ]
}