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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29369",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29367",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29368,
    "results": [
        {
            "start": 971261946,
            "stop": 971261955
        },
        {
            "start": 971261960,
            "stop": 971261966
        },
        {
            "start": 971261967,
            "stop": 971261974
        },
        {
            "start": 971261976,
            "stop": 971261985
        },
        {
            "start": 971261987,
            "stop": 971261990
        },
        {
            "start": 971261992,
            "stop": 971261993
        },
        {
            "start": 971261994,
            "stop": 971261997
        },
        {
            "start": 971261999,
            "stop": 971262005
        },
        {
            "start": 971262008,
            "stop": 971262027
        },
        {
            "start": 971262029,
            "stop": 971262034
        },
        {
            "start": 971262037,
            "stop": 971262063
        },
        {
            "start": 971262065,
            "stop": 971262073
        },
        {
            "start": 971262074,
            "stop": 971262125
        },
        {
            "start": 971262127,
            "stop": 971262130
        },
        {
            "start": 971262133,
            "stop": 971262141
        },
        {
            "start": 971262143,
            "stop": 971262153
        },
        {
            "start": 971262154,
            "stop": 971262156
        },
        {
            "start": 971263048,
            "stop": 971263100
        },
        {
            "start": 971263102,
            "stop": 971263118
        },
        {
            "start": 971263121,
            "stop": 971263130
        }
    ]
}