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=6882
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=6883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6881",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6882,
    "results": [
        {
            "start": 873398402,
            "stop": 873398702
        },
        {
            "start": 873398705,
            "stop": 873398745
        },
        {
            "start": 873398748,
            "stop": 873398801
        },
        {
            "start": 873398804,
            "stop": 873398914
        },
        {
            "start": 873398917,
            "stop": 873399385
        },
        {
            "start": 873399388,
            "stop": 873399458
        },
        {
            "start": 873399461,
            "stop": 873399468
        },
        {
            "start": 873399473,
            "stop": 873399474
        },
        {
            "start": 873399477,
            "stop": 873399548
        },
        {
            "start": 873399551,
            "stop": 873399572
        },
        {
            "start": 873399575,
            "stop": 873399629
        },
        {
            "start": 873399632,
            "stop": 873399685
        },
        {
            "start": 873399688,
            "stop": 873399729
        },
        {
            "start": 873399733,
            "stop": 873400039
        },
        {
            "start": 873400042,
            "stop": 873400071
        },
        {
            "start": 873400075,
            "stop": 873400145
        },
        {
            "start": 873400148,
            "stop": 873400167
        },
        {
            "start": 873400171,
            "stop": 873400233
        },
        {
            "start": 873400236,
            "stop": 873400365
        },
        {
            "start": 873400368,
            "stop": 873400702
        }
    ]
}