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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 177,
    "results": [
        {
            "start": 818069502,
            "stop": 818069503
        },
        {
            "start": 818069506,
            "stop": 818069509
        },
        {
            "start": 818069517,
            "stop": 818069525
        },
        {
            "start": 818069529,
            "stop": 818069530
        },
        {
            "start": 818069533,
            "stop": 818069535
        },
        {
            "start": 818069539,
            "stop": 818069576
        },
        {
            "start": 818069882,
            "stop": 818069895
        },
        {
            "start": 818069898,
            "stop": 818069901
        },
        {
            "start": 818069905,
            "stop": 818069907
        },
        {
            "start": 818069913,
            "stop": 818069914
        },
        {
            "start": 818069917,
            "stop": 818069920
        },
        {
            "start": 818069925,
            "stop": 818069926
        },
        {
            "start": 818069932,
            "stop": 818069933
        },
        {
            "start": 818069937,
            "stop": 818069940
        },
        {
            "start": 818069943,
            "stop": 818069953
        },
        {
            "start": 818069956,
            "stop": 818069959
        },
        {
            "start": 818069962,
            "stop": 818069969
        },
        {
            "start": 818069972,
            "stop": 818069975
        },
        {
            "start": 818069978,
            "stop": 818069988
        },
        {
            "start": 818069991,
            "stop": 818069993
        }
    ]
}