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/H2_BURST_CAT1/segments?format=api&page=160
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=159",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 160,
    "results": [
        {
            "start": 840198112,
            "stop": 840200712
        },
        {
            "start": 840201288,
            "stop": 840206226
        },
        {
            "start": 840206764,
            "stop": 840222265
        },
        {
            "start": 840223399,
            "stop": 840224981
        },
        {
            "start": 840225599,
            "stop": 840230192
        },
        {
            "start": 840230194,
            "stop": 840230195
        },
        {
            "start": 840230804,
            "stop": 840231587
        },
        {
            "start": 840232210,
            "stop": 840238308
        },
        {
            "start": 840239651,
            "stop": 840243618
        },
        {
            "start": 840245205,
            "stop": 840270114
        },
        {
            "start": 840270115,
            "stop": 840292474
        },
        {
            "start": 840292476,
            "stop": 840292494
        },
        {
            "start": 840313365,
            "stop": 840317195
        },
        {
            "start": 840318177,
            "stop": 840318925
        },
        {
            "start": 840319455,
            "stop": 840320356
        },
        {
            "start": 840320358,
            "stop": 840326971
        },
        {
            "start": 840327500,
            "stop": 840327683
        },
        {
            "start": 840328205,
            "stop": 840332250
        },
        {
            "start": 840332650,
            "stop": 840336155
        },
        {
            "start": 840336655,
            "stop": 840336900
        }
    ]
}