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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=326",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 327,
    "results": [
        {
            "start": 844437294,
            "stop": 844438011
        },
        {
            "start": 844438758,
            "stop": 844439060
        },
        {
            "start": 844440509,
            "stop": 844440573
        },
        {
            "start": 844444108,
            "stop": 844446131
        },
        {
            "start": 844446133,
            "stop": 844447183
        },
        {
            "start": 844449634,
            "stop": 844450999
        },
        {
            "start": 844460883,
            "stop": 844463648
        },
        {
            "start": 844466613,
            "stop": 844468683
        },
        {
            "start": 844469207,
            "stop": 844469954
        },
        {
            "start": 844469999,
            "stop": 844470161
        },
        {
            "start": 844470249,
            "stop": 844470268
        },
        {
            "start": 844470565,
            "stop": 844471834
        },
        {
            "start": 844471956,
            "stop": 844472073
        },
        {
            "start": 844472189,
            "stop": 844474264
        },
        {
            "start": 844474390,
            "stop": 844487133
        },
        {
            "start": 844487135,
            "stop": 844491326
        },
        {
            "start": 844491328,
            "stop": 844493288
        },
        {
            "start": 844495078,
            "stop": 844496421
        },
        {
            "start": 844496422,
            "stop": 844498121
        },
        {
            "start": 844498695,
            "stop": 844509516
        }
    ]
}