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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16803",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16804,
    "results": [
        {
            "start": 875127784,
            "stop": 875127872
        },
        {
            "start": 875127873,
            "stop": 875127874
        },
        {
            "start": 875127875,
            "stop": 875127876
        },
        {
            "start": 875127878,
            "stop": 875128000
        },
        {
            "start": 875128003,
            "stop": 875128047
        },
        {
            "start": 875128048,
            "stop": 875128064
        },
        {
            "start": 875128066,
            "stop": 875128165
        },
        {
            "start": 875128166,
            "stop": 875128257
        },
        {
            "start": 875128258,
            "stop": 875128287
        },
        {
            "start": 875128288,
            "stop": 875128291
        },
        {
            "start": 875128293,
            "stop": 875128294
        },
        {
            "start": 875128296,
            "stop": 875128297
        },
        {
            "start": 875128298,
            "stop": 875128344
        },
        {
            "start": 875128346,
            "stop": 875128371
        },
        {
            "start": 875128374,
            "stop": 875128412
        },
        {
            "start": 875128414,
            "stop": 875128426
        },
        {
            "start": 875128427,
            "stop": 875128440
        },
        {
            "start": 875128442,
            "stop": 875128468
        },
        {
            "start": 875128470,
            "stop": 875128544
        },
        {
            "start": 875128545,
            "stop": 875128546
        }
    ]
}