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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=153",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 154,
    "results": [
        {
            "start": 828536147,
            "stop": 828536148
        },
        {
            "start": 828536150,
            "stop": 828536364
        },
        {
            "start": 828711884,
            "stop": 828711885
        },
        {
            "start": 828712326,
            "stop": 828712327
        },
        {
            "start": 828713921,
            "stop": 828713923
        },
        {
            "start": 828951145,
            "stop": 828958647
        },
        {
            "start": 828958655,
            "stop": 828958838
        },
        {
            "start": 828958973,
            "stop": 828961499
        },
        {
            "start": 828962280,
            "stop": 828962704
        },
        {
            "start": 828962705,
            "stop": 828965948
        },
        {
            "start": 828966898,
            "stop": 828967462
        },
        {
            "start": 828967531,
            "stop": 828969082
        },
        {
            "start": 828969605,
            "stop": 828976971
        },
        {
            "start": 829033384,
            "stop": 829033553
        },
        {
            "start": 829033554,
            "stop": 829033980
        },
        {
            "start": 829033982,
            "stop": 829035160
        },
        {
            "start": 829036100,
            "stop": 829036422
        },
        {
            "start": 829036424,
            "stop": 829048354
        },
        {
            "start": 829048466,
            "stop": 829052807
        },
        {
            "start": 829053006,
            "stop": 829053387
        }
    ]
}