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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3073",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3071",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3072,
    "results": [
        {
            "start": 865809599,
            "stop": 865811972
        },
        {
            "start": 865811978,
            "stop": 865811982
        },
        {
            "start": 865811988,
            "stop": 865812000
        },
        {
            "start": 865812120,
            "stop": 865814340
        },
        {
            "start": 865814400,
            "stop": 865818360
        },
        {
            "start": 865818480,
            "stop": 865820651
        },
        {
            "start": 865820655,
            "stop": 865820804
        },
        {
            "start": 865820808,
            "stop": 865822058
        },
        {
            "start": 865822061,
            "stop": 865822320
        },
        {
            "start": 865822380,
            "stop": 865823760
        },
        {
            "start": 865823820,
            "stop": 865823915
        },
        {
            "start": 865826468,
            "stop": 865826520
        },
        {
            "start": 865826700,
            "stop": 865826790
        },
        {
            "start": 865826795,
            "stop": 865826803
        },
        {
            "start": 865826806,
            "stop": 865826820
        },
        {
            "start": 865826880,
            "stop": 865826940
        },
        {
            "start": 865827000,
            "stop": 865827060
        },
        {
            "start": 865827120,
            "stop": 865827202
        },
        {
            "start": 865827206,
            "stop": 865827209
        },
        {
            "start": 865827211,
            "stop": 865827300
        }
    ]
}