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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=176",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 177,
    "results": [
        {
            "start": 821642495,
            "stop": 821642508
        },
        {
            "start": 821642511,
            "stop": 821642514
        },
        {
            "start": 821642517,
            "stop": 821642525
        },
        {
            "start": 821642528,
            "stop": 821642534
        },
        {
            "start": 821642537,
            "stop": 821642561
        },
        {
            "start": 821642564,
            "stop": 821642568
        },
        {
            "start": 821642573,
            "stop": 821642575
        },
        {
            "start": 821642578,
            "stop": 821642651
        },
        {
            "start": 821642656,
            "stop": 821642662
        },
        {
            "start": 821642667,
            "stop": 821642669
        },
        {
            "start": 821642672,
            "stop": 821642674
        },
        {
            "start": 821642677,
            "stop": 821642690
        },
        {
            "start": 821642695,
            "stop": 821642697
        },
        {
            "start": 821642700,
            "stop": 821642702
        },
        {
            "start": 821642705,
            "stop": 821642719
        },
        {
            "start": 821642722,
            "stop": 821642759
        },
        {
            "start": 821642764,
            "stop": 821642766
        },
        {
            "start": 821642771,
            "stop": 821642781
        },
        {
            "start": 821642784,
            "stop": 821642794
        },
        {
            "start": 821642797,
            "stop": 821642814
        }
    ]
}