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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=215",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 216,
    "results": [
        {
            "start": 835279367,
            "stop": 835280974
        },
        {
            "start": 835280976,
            "stop": 835282182
        },
        {
            "start": 835282579,
            "stop": 835285609
        },
        {
            "start": 835286148,
            "stop": 835287729
        },
        {
            "start": 835289802,
            "stop": 835291552
        },
        {
            "start": 835292188,
            "stop": 835292214
        },
        {
            "start": 835293933,
            "stop": 835294434
        },
        {
            "start": 835295220,
            "stop": 835317963
        },
        {
            "start": 835318051,
            "stop": 835323121
        },
        {
            "start": 835323122,
            "stop": 835339536
        },
        {
            "start": 835340241,
            "stop": 835356301
        },
        {
            "start": 835357288,
            "stop": 835361561
        },
        {
            "start": 835361814,
            "stop": 835361933
        },
        {
            "start": 835362079,
            "stop": 835364146
        },
        {
            "start": 835364148,
            "stop": 835368671
        },
        {
            "start": 835368673,
            "stop": 835369167
        },
        {
            "start": 835369169,
            "stop": 835372308
        },
        {
            "start": 835373216,
            "stop": 835375259
        },
        {
            "start": 835376631,
            "stop": 835388482
        },
        {
            "start": 835388758,
            "stop": 835400716
        }
    ]
}