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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29272",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29273,
    "results": [
        {
            "start": 971177824,
            "stop": 971177832
        },
        {
            "start": 971177834,
            "stop": 971177843
        },
        {
            "start": 971177845,
            "stop": 971177852
        },
        {
            "start": 971177856,
            "stop": 971177858
        },
        {
            "start": 971177861,
            "stop": 971177868
        },
        {
            "start": 971177869,
            "stop": 971177877
        },
        {
            "start": 971177879,
            "stop": 971177885
        },
        {
            "start": 971177886,
            "stop": 971177890
        },
        {
            "start": 971177893,
            "stop": 971177895
        },
        {
            "start": 971177898,
            "stop": 971177905
        },
        {
            "start": 971177906,
            "stop": 971177912
        },
        {
            "start": 971177913,
            "stop": 971177931
        },
        {
            "start": 971177933,
            "stop": 971177953
        },
        {
            "start": 971177954,
            "stop": 971177962
        },
        {
            "start": 971177963,
            "stop": 971177964
        },
        {
            "start": 971177965,
            "stop": 971177968
        },
        {
            "start": 971177971,
            "stop": 971177976
        },
        {
            "start": 971177977,
            "stop": 971177979
        },
        {
            "start": 971177982,
            "stop": 971177983
        },
        {
            "start": 971177984,
            "stop": 971177991
        }
    ]
}