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=40707
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=40708",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40706",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40707,
    "results": [
        {
            "start": 874944106,
            "stop": 874944387
        },
        {
            "start": 874944389,
            "stop": 874944427
        },
        {
            "start": 874944429,
            "stop": 874944434
        },
        {
            "start": 874944435,
            "stop": 874944459
        },
        {
            "start": 874944460,
            "stop": 874944473
        },
        {
            "start": 874944474,
            "stop": 874944475
        },
        {
            "start": 874944479,
            "stop": 874944522
        },
        {
            "start": 874944524,
            "stop": 874944526
        },
        {
            "start": 874944527,
            "stop": 874944568
        },
        {
            "start": 874944569,
            "stop": 874944619
        },
        {
            "start": 874944621,
            "stop": 874944640
        },
        {
            "start": 874944642,
            "stop": 874944649
        },
        {
            "start": 874944651,
            "stop": 874944661
        },
        {
            "start": 874944663,
            "stop": 874944704
        },
        {
            "start": 874944706,
            "stop": 874944765
        },
        {
            "start": 874944767,
            "stop": 874944768
        },
        {
            "start": 874944769,
            "stop": 874944780
        },
        {
            "start": 874944781,
            "stop": 874944783
        },
        {
            "start": 874944784,
            "stop": 874944823
        },
        {
            "start": 874944824,
            "stop": 874944842
        }
    ]
}