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=40683
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=40684",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40682",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40683,
    "results": [
        {
            "start": 874930816,
            "stop": 874930817
        },
        {
            "start": 874930819,
            "stop": 874930823
        },
        {
            "start": 874930824,
            "stop": 874930825
        },
        {
            "start": 874930826,
            "stop": 874930835
        },
        {
            "start": 874930836,
            "stop": 874930861
        },
        {
            "start": 874930862,
            "stop": 874930899
        },
        {
            "start": 874930900,
            "stop": 874930908
        },
        {
            "start": 874930910,
            "stop": 874930916
        },
        {
            "start": 874930918,
            "stop": 874930925
        },
        {
            "start": 874930926,
            "stop": 874930929
        },
        {
            "start": 874930931,
            "stop": 874930933
        },
        {
            "start": 874930934,
            "stop": 874930989
        },
        {
            "start": 874930991,
            "stop": 874931009
        },
        {
            "start": 874931010,
            "stop": 874931053
        },
        {
            "start": 874931054,
            "stop": 874931084
        },
        {
            "start": 874931086,
            "stop": 874931095
        },
        {
            "start": 874931096,
            "stop": 874931122
        },
        {
            "start": 874931123,
            "stop": 874931128
        },
        {
            "start": 874931129,
            "stop": 874931133
        },
        {
            "start": 874931134,
            "stop": 874931180
        }
    ]
}