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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9777",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9778,
    "results": [
        {
            "start": 873728821,
            "stop": 873728825
        },
        {
            "start": 873728827,
            "stop": 873728833
        },
        {
            "start": 873728834,
            "stop": 873728838
        },
        {
            "start": 873728840,
            "stop": 873728842
        },
        {
            "start": 873728844,
            "stop": 873728848
        },
        {
            "start": 873728849,
            "stop": 873728852
        },
        {
            "start": 873728854,
            "stop": 873728859
        },
        {
            "start": 873728860,
            "stop": 873728863
        },
        {
            "start": 873728864,
            "stop": 873728866
        },
        {
            "start": 873728867,
            "stop": 873728870
        },
        {
            "start": 873728871,
            "stop": 873728876
        },
        {
            "start": 873728878,
            "stop": 873728882
        },
        {
            "start": 873728883,
            "stop": 873728887
        },
        {
            "start": 873728889,
            "stop": 873728898
        },
        {
            "start": 873728900,
            "stop": 873728905
        },
        {
            "start": 873728906,
            "stop": 873728917
        },
        {
            "start": 873728918,
            "stop": 873728925
        },
        {
            "start": 873728926,
            "stop": 873728928
        },
        {
            "start": 873728930,
            "stop": 873728936
        },
        {
            "start": 873728937,
            "stop": 873728943
        }
    ]
}