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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=187",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 188,
    "results": [
        {
            "start": 1176730855,
            "stop": 1176730856
        },
        {
            "start": 1176730858,
            "stop": 1176730859
        },
        {
            "start": 1176730865,
            "stop": 1176730866
        },
        {
            "start": 1176730872,
            "stop": 1176730895
        },
        {
            "start": 1176730900,
            "stop": 1176730919
        },
        {
            "start": 1176730920,
            "stop": 1176730921
        },
        {
            "start": 1176730924,
            "stop": 1176730953
        },
        {
            "start": 1176730961,
            "stop": 1176730963
        },
        {
            "start": 1176730964,
            "stop": 1176730966
        },
        {
            "start": 1176730967,
            "stop": 1176730968
        },
        {
            "start": 1176730970,
            "stop": 1176730982
        },
        {
            "start": 1176730989,
            "stop": 1176731009
        },
        {
            "start": 1176731014,
            "stop": 1176731020
        },
        {
            "start": 1176731022,
            "stop": 1176731588
        },
        {
            "start": 1176731590,
            "stop": 1176731701
        },
        {
            "start": 1176731702,
            "stop": 1176731704
        },
        {
            "start": 1176731705,
            "stop": 1176732257
        },
        {
            "start": 1176732258,
            "stop": 1176732388
        },
        {
            "start": 1176732391,
            "stop": 1176732492
        },
        {
            "start": 1176732493,
            "stop": 1176732497
        }
    ]
}