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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=326",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 327,
    "results": [
        {
            "start": 934018375,
            "stop": 934021890
        },
        {
            "start": 934021893,
            "stop": 934021895
        },
        {
            "start": 934021897,
            "stop": 934021901
        },
        {
            "start": 934021903,
            "stop": 934021920
        },
        {
            "start": 934021922,
            "stop": 934021953
        },
        {
            "start": 934021956,
            "stop": 934021970
        },
        {
            "start": 934021974,
            "stop": 934023393
        },
        {
            "start": 934023396,
            "stop": 934025473
        },
        {
            "start": 934025475,
            "stop": 934025496
        },
        {
            "start": 934025498,
            "stop": 934025502
        },
        {
            "start": 934025505,
            "stop": 934025522
        },
        {
            "start": 934025524,
            "stop": 934025529
        },
        {
            "start": 934025531,
            "stop": 934025555
        },
        {
            "start": 934025557,
            "stop": 934025562
        },
        {
            "start": 934025565,
            "stop": 934025571
        },
        {
            "start": 934025575,
            "stop": 934029071
        },
        {
            "start": 934029073,
            "stop": 934029091
        },
        {
            "start": 934029096,
            "stop": 934029101
        },
        {
            "start": 934029105,
            "stop": 934029120
        },
        {
            "start": 934029123,
            "stop": 934029146
        }
    ]
}