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=40973
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=40974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40972",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40973,
    "results": [
        {
            "start": 875133293,
            "stop": 875133313
        },
        {
            "start": 875133315,
            "stop": 875133334
        },
        {
            "start": 875133336,
            "stop": 875133356
        },
        {
            "start": 875133358,
            "stop": 875133388
        },
        {
            "start": 875133389,
            "stop": 875133415
        },
        {
            "start": 875133417,
            "stop": 875133420
        },
        {
            "start": 875133480,
            "stop": 875133483
        },
        {
            "start": 875133485,
            "stop": 875133505
        },
        {
            "start": 875133506,
            "stop": 875133552
        },
        {
            "start": 875133553,
            "stop": 875133590
        },
        {
            "start": 875133591,
            "stop": 875133611
        },
        {
            "start": 875133613,
            "stop": 875133630
        },
        {
            "start": 875133632,
            "stop": 875133698
        },
        {
            "start": 875133699,
            "stop": 875133718
        },
        {
            "start": 875133719,
            "stop": 875133741
        },
        {
            "start": 875133742,
            "stop": 875133760
        },
        {
            "start": 875133761,
            "stop": 875133779
        },
        {
            "start": 875133780,
            "stop": 875133824
        },
        {
            "start": 875133826,
            "stop": 875133845
        },
        {
            "start": 875133847,
            "stop": 875133855
        }
    ]
}