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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=88",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 89,
    "results": [
        {
            "start": 819217966,
            "stop": 819218371
        },
        {
            "start": 819218379,
            "stop": 819218593
        },
        {
            "start": 819218919,
            "stop": 819220800
        },
        {
            "start": 819220860,
            "stop": 819223100
        },
        {
            "start": 819223108,
            "stop": 819223354
        },
        {
            "start": 819223361,
            "stop": 819225816
        },
        {
            "start": 819225823,
            "stop": 819226017
        },
        {
            "start": 819226024,
            "stop": 819226573
        },
        {
            "start": 819228203,
            "stop": 819228489
        },
        {
            "start": 819229754,
            "stop": 819229990
        },
        {
            "start": 819229997,
            "stop": 819230113
        },
        {
            "start": 819230311,
            "stop": 819233684
        },
        {
            "start": 819233691,
            "stop": 819234373
        },
        {
            "start": 819235345,
            "stop": 819237346
        },
        {
            "start": 819237353,
            "stop": 819237958
        },
        {
            "start": 819237965,
            "stop": 819238093
        },
        {
            "start": 819241451,
            "stop": 819250632
        },
        {
            "start": 819252274,
            "stop": 819252801
        },
        {
            "start": 819252814,
            "stop": 819253029
        },
        {
            "start": 819253037,
            "stop": 819253571
        }
    ]
}