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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=166",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 167,
    "results": [
        {
            "start": 830282331,
            "stop": 830283220
        },
        {
            "start": 830283485,
            "stop": 830285162
        },
        {
            "start": 830285166,
            "stop": 830285311
        },
        {
            "start": 830287812,
            "stop": 830290753
        },
        {
            "start": 830290907,
            "stop": 830292013
        },
        {
            "start": 830292079,
            "stop": 830297241
        },
        {
            "start": 830297308,
            "stop": 830301708
        },
        {
            "start": 830302208,
            "stop": 830302948
        },
        {
            "start": 830303010,
            "stop": 830304412
        },
        {
            "start": 830304502,
            "stop": 830310128
        },
        {
            "start": 830310335,
            "stop": 830310366
        },
        {
            "start": 830310431,
            "stop": 830311006
        },
        {
            "start": 830311826,
            "stop": 830315769
        },
        {
            "start": 830315969,
            "stop": 830320106
        },
        {
            "start": 830320166,
            "stop": 830328425
        },
        {
            "start": 830330312,
            "stop": 830330336
        },
        {
            "start": 830330909,
            "stop": 830331902
        },
        {
            "start": 830332861,
            "stop": 830341921
        },
        {
            "start": 830343831,
            "stop": 830343963
        },
        {
            "start": 830344813,
            "stop": 830344895
        }
    ]
}