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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7138",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7139,
    "results": [
        {
            "start": 874838257,
            "stop": 874838259
        },
        {
            "start": 874838264,
            "stop": 874838288
        },
        {
            "start": 874838291,
            "stop": 874838337
        },
        {
            "start": 874838341,
            "stop": 874838349
        },
        {
            "start": 874838352,
            "stop": 874839046
        },
        {
            "start": 874839049,
            "stop": 874839297
        },
        {
            "start": 874839301,
            "stop": 874839702
        },
        {
            "start": 874839705,
            "stop": 874839939
        },
        {
            "start": 874839943,
            "stop": 874840140
        },
        {
            "start": 874840144,
            "stop": 874840314
        },
        {
            "start": 874840317,
            "stop": 874840319
        },
        {
            "start": 874840324,
            "stop": 874841329
        },
        {
            "start": 874841333,
            "stop": 874841872
        },
        {
            "start": 874841876,
            "stop": 874841905
        },
        {
            "start": 874841909,
            "stop": 874842777
        },
        {
            "start": 874842781,
            "stop": 874842807
        },
        {
            "start": 874842810,
            "stop": 874842811
        },
        {
            "start": 874842814,
            "stop": 874842820
        },
        {
            "start": 874842823,
            "stop": 874842827
        },
        {
            "start": 874842830,
            "stop": 874842837
        }
    ]
}