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=40598
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=40599",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40597",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40598,
    "results": [
        {
            "start": 874882935,
            "stop": 874882955
        },
        {
            "start": 874882956,
            "stop": 874882977
        },
        {
            "start": 874882978,
            "stop": 874883079
        },
        {
            "start": 874883080,
            "stop": 874883095
        },
        {
            "start": 874883096,
            "stop": 874883207
        },
        {
            "start": 874883208,
            "stop": 874883228
        },
        {
            "start": 874883229,
            "stop": 874883231
        },
        {
            "start": 874883232,
            "stop": 874883250
        },
        {
            "start": 874883252,
            "stop": 874883291
        },
        {
            "start": 874883292,
            "stop": 874883295
        },
        {
            "start": 874883297,
            "stop": 874883332
        },
        {
            "start": 874883333,
            "stop": 874883372
        },
        {
            "start": 874883373,
            "stop": 874883405
        },
        {
            "start": 874883407,
            "stop": 874883413
        },
        {
            "start": 874883414,
            "stop": 874883419
        },
        {
            "start": 874883420,
            "stop": 874883423
        },
        {
            "start": 874883424,
            "stop": 874883444
        },
        {
            "start": 874883445,
            "stop": 874883516
        },
        {
            "start": 874883517,
            "stop": 874883582
        },
        {
            "start": 874883584,
            "stop": 874883611
        }
    ]
}