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=40674
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=40675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40673",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40674,
    "results": [
        {
            "start": 874926720,
            "stop": 874926724
        },
        {
            "start": 874926730,
            "stop": 874926741
        },
        {
            "start": 874926742,
            "stop": 874926760
        },
        {
            "start": 874926761,
            "stop": 874926777
        },
        {
            "start": 874926778,
            "stop": 874926810
        },
        {
            "start": 874926811,
            "stop": 874926816
        },
        {
            "start": 874926818,
            "stop": 874926844
        },
        {
            "start": 874926846,
            "stop": 874926851
        },
        {
            "start": 874926853,
            "stop": 874926864
        },
        {
            "start": 874926865,
            "stop": 874926873
        },
        {
            "start": 874926875,
            "stop": 874926900
        },
        {
            "start": 874926901,
            "stop": 874926904
        },
        {
            "start": 874926906,
            "stop": 874926907
        },
        {
            "start": 874926908,
            "stop": 874926909
        },
        {
            "start": 874926910,
            "stop": 874926923
        },
        {
            "start": 874926926,
            "stop": 874926928
        },
        {
            "start": 874926929,
            "stop": 874926947
        },
        {
            "start": 874926949,
            "stop": 874926955
        },
        {
            "start": 874926958,
            "stop": 874926960
        },
        {
            "start": 874926961,
            "stop": 874926973
        }
    ]
}