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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=616",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=614",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 615,
    "results": [
        {
            "start": 840223399,
            "stop": 840224981
        },
        {
            "start": 840225599,
            "stop": 840230173
        },
        {
            "start": 840230804,
            "stop": 840231587
        },
        {
            "start": 840232210,
            "stop": 840238308
        },
        {
            "start": 840239651,
            "stop": 840243618
        },
        {
            "start": 840245205,
            "stop": 840270114
        },
        {
            "start": 840270115,
            "stop": 840292474
        },
        {
            "start": 840292476,
            "stop": 840292480
        },
        {
            "start": 840292483,
            "stop": 840292494
        },
        {
            "start": 840313365,
            "stop": 840317173
        },
        {
            "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
        },
        {
            "start": 840337503,
            "stop": 840339142
        },
        {
            "start": 840339746,
            "stop": 840342014
        },
        {
            "start": 840342487,
            "stop": 840344054
        }
    ]
}