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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40589",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40587",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40588,
    "results": [
        {
            "start": 874875989,
            "stop": 874875990
        },
        {
            "start": 874875993,
            "stop": 874876000
        },
        {
            "start": 874876006,
            "stop": 874876036
        },
        {
            "start": 874876038,
            "stop": 874876096
        },
        {
            "start": 874876098,
            "stop": 874876206
        },
        {
            "start": 874876209,
            "stop": 874876280
        },
        {
            "start": 874876281,
            "stop": 874876292
        },
        {
            "start": 874876294,
            "stop": 874876300
        },
        {
            "start": 874876301,
            "stop": 874876310
        },
        {
            "start": 874876312,
            "stop": 874876390
        },
        {
            "start": 874876392,
            "stop": 874876436
        },
        {
            "start": 874876437,
            "stop": 874876480
        },
        {
            "start": 874876481,
            "stop": 874876541
        },
        {
            "start": 874876542,
            "stop": 874876554
        },
        {
            "start": 874876555,
            "stop": 874876573
        },
        {
            "start": 874876574,
            "stop": 874876612
        },
        {
            "start": 874876613,
            "stop": 874876677
        },
        {
            "start": 874876678,
            "stop": 874876682
        },
        {
            "start": 874876683,
            "stop": 874876704
        },
        {
            "start": 874876705,
            "stop": 874876715
        }
    ]
}