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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=190",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 191,
    "results": [
        {
            "start": 818081633,
            "stop": 818081636
        },
        {
            "start": 818081643,
            "stop": 818081645
        },
        {
            "start": 818081652,
            "stop": 818081653
        },
        {
            "start": 818081656,
            "stop": 818081657
        },
        {
            "start": 818081666,
            "stop": 818081669
        },
        {
            "start": 818081681,
            "stop": 818081682
        },
        {
            "start": 818081697,
            "stop": 818081698
        },
        {
            "start": 818081710,
            "stop": 818081711
        },
        {
            "start": 818081715,
            "stop": 818081718
        },
        {
            "start": 818082004,
            "stop": 818082005
        },
        {
            "start": 818082027,
            "stop": 818082028
        },
        {
            "start": 818082375,
            "stop": 818082379
        },
        {
            "start": 818160753,
            "stop": 818160765
        },
        {
            "start": 818160768,
            "stop": 818160770
        },
        {
            "start": 818160773,
            "stop": 818160828
        },
        {
            "start": 818160831,
            "stop": 818160833
        },
        {
            "start": 818160836,
            "stop": 818160837
        },
        {
            "start": 818160842,
            "stop": 818160844
        },
        {
            "start": 818160847,
            "stop": 818160851
        },
        {
            "start": 818160861,
            "stop": 818160876
        }
    ]
}