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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=260",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 261,
    "results": [
        {
            "start": 850689736,
            "stop": 850689737
        },
        {
            "start": 850689913,
            "stop": 850720573
        },
        {
            "start": 850720595,
            "stop": 850720597
        },
        {
            "start": 850721537,
            "stop": 850740973
        },
        {
            "start": 850740996,
            "stop": 850740997
        },
        {
            "start": 850741998,
            "stop": 850743433
        },
        {
            "start": 850743474,
            "stop": 850743476
        },
        {
            "start": 850743742,
            "stop": 850749193
        },
        {
            "start": 850750180,
            "stop": 850760593
        },
        {
            "start": 850760605,
            "stop": 850760607
        },
        {
            "start": 850760773,
            "stop": 850760954
        },
        {
            "start": 850761493,
            "stop": 850762093
        },
        {
            "start": 850762108,
            "stop": 850762109
        },
        {
            "start": 850762253,
            "stop": 850762300
        },
        {
            "start": 850762351,
            "stop": 850762354
        },
        {
            "start": 850762860,
            "stop": 850773551
        },
        {
            "start": 850774195,
            "stop": 850774993
        },
        {
            "start": 850775030,
            "stop": 850775032
        },
        {
            "start": 850775128,
            "stop": 850776793
        },
        {
            "start": 850776801,
            "stop": 850776803
        }
    ]
}