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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=347",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 348,
    "results": [
        {
            "start": 931870875,
            "stop": 931870876
        },
        {
            "start": 931870878,
            "stop": 931870913
        },
        {
            "start": 931870916,
            "stop": 931870917
        },
        {
            "start": 931870919,
            "stop": 931870922
        },
        {
            "start": 931870923,
            "stop": 931870927
        },
        {
            "start": 931870928,
            "stop": 931870942
        },
        {
            "start": 931870943,
            "stop": 931871010
        },
        {
            "start": 931871011,
            "stop": 931871017
        },
        {
            "start": 931871018,
            "stop": 931871098
        },
        {
            "start": 931871099,
            "stop": 931871187
        },
        {
            "start": 931871189,
            "stop": 931871193
        },
        {
            "start": 931871194,
            "stop": 931871309
        },
        {
            "start": 931871311,
            "stop": 931871323
        },
        {
            "start": 931871324,
            "stop": 931871483
        },
        {
            "start": 931871484,
            "stop": 931871494
        },
        {
            "start": 931871495,
            "stop": 931871654
        },
        {
            "start": 931871655,
            "stop": 931871688
        },
        {
            "start": 931871689,
            "stop": 931872166
        },
        {
            "start": 931872167,
            "stop": 931872266
        },
        {
            "start": 931872267,
            "stop": 931872534
        }
    ]
}