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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=274",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 275,
    "results": [
        {
            "start": 861044814,
            "stop": 861055148
        },
        {
            "start": 861056605,
            "stop": 861057680
        },
        {
            "start": 861057980,
            "stop": 861064797
        },
        {
            "start": 861065854,
            "stop": 861068176
        },
        {
            "start": 861071536,
            "stop": 861071586
        },
        {
            "start": 861071952,
            "stop": 861073614
        },
        {
            "start": 861073935,
            "stop": 861084164
        },
        {
            "start": 861084464,
            "stop": 861088906
        },
        {
            "start": 861089322,
            "stop": 861090561
        },
        {
            "start": 861090861,
            "stop": 861109653
        },
        {
            "start": 861109819,
            "stop": 861111492
        },
        {
            "start": 861111822,
            "stop": 861116889
        },
        {
            "start": 861116890,
            "stop": 861118445
        },
        {
            "start": 861118618,
            "stop": 861121011
        },
        {
            "start": 861121272,
            "stop": 861124302
        },
        {
            "start": 861146030,
            "stop": 861148677
        },
        {
            "start": 861149102,
            "stop": 861150582
        },
        {
            "start": 861150815,
            "stop": 861151149
        },
        {
            "start": 861151337,
            "stop": 861155836
        },
        {
            "start": 861156213,
            "stop": 861157184
        }
    ]
}