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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=95",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 96,
    "results": [
        {
            "start": 818009520,
            "stop": 818009580
        },
        {
            "start": 818009640,
            "stop": 818009987
        },
        {
            "start": 818010004,
            "stop": 818010300
        },
        {
            "start": 818010420,
            "stop": 818010660
        },
        {
            "start": 818010720,
            "stop": 818010840
        },
        {
            "start": 818010900,
            "stop": 818010960
        },
        {
            "start": 818011020,
            "stop": 818011080
        },
        {
            "start": 818011140,
            "stop": 818011200
        },
        {
            "start": 818011260,
            "stop": 818011320
        },
        {
            "start": 818011380,
            "stop": 818011440
        },
        {
            "start": 818011560,
            "stop": 818011800
        },
        {
            "start": 818011860,
            "stop": 818012029
        },
        {
            "start": 818030252,
            "stop": 818031360
        },
        {
            "start": 818031420,
            "stop": 818032081
        },
        {
            "start": 818032468,
            "stop": 818032483
        },
        {
            "start": 818032762,
            "stop": 818032763
        },
        {
            "start": 818032883,
            "stop": 818032930
        },
        {
            "start": 818033246,
            "stop": 818033275
        },
        {
            "start": 818033426,
            "stop": 818033580
        },
        {
            "start": 818033640,
            "stop": 818033880
        }
    ]
}