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=40546
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=40547",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40545",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40546,
    "results": [
        {
            "start": 874825460,
            "stop": 874825543
        },
        {
            "start": 874825544,
            "stop": 874825546
        },
        {
            "start": 874825548,
            "stop": 874825612
        },
        {
            "start": 874825613,
            "stop": 874825625
        },
        {
            "start": 874825626,
            "stop": 874825718
        },
        {
            "start": 874825719,
            "stop": 874825722
        },
        {
            "start": 874825724,
            "stop": 874825757
        },
        {
            "start": 874825758,
            "stop": 874825759
        },
        {
            "start": 874825760,
            "stop": 874825768
        },
        {
            "start": 874825770,
            "stop": 874825775
        },
        {
            "start": 874825776,
            "stop": 874826027
        },
        {
            "start": 874826028,
            "stop": 874826056
        },
        {
            "start": 874826057,
            "stop": 874826063
        },
        {
            "start": 874826064,
            "stop": 874826098
        },
        {
            "start": 874826100,
            "stop": 874826270
        },
        {
            "start": 874826271,
            "stop": 874826357
        },
        {
            "start": 874826358,
            "stop": 874826361
        },
        {
            "start": 874826362,
            "stop": 874826367
        },
        {
            "start": 874826368,
            "stop": 874826370
        },
        {
            "start": 874826372,
            "stop": 874826374
        }
    ]
}