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=7123
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=7124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7122",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7123,
    "results": [
        {
            "start": 874731493,
            "stop": 874731601
        },
        {
            "start": 874731604,
            "stop": 874732214
        },
        {
            "start": 874732218,
            "stop": 874732363
        },
        {
            "start": 874732366,
            "stop": 874732865
        },
        {
            "start": 874732869,
            "stop": 874734120
        },
        {
            "start": 874734180,
            "stop": 874734485
        },
        {
            "start": 874734488,
            "stop": 874734540
        },
        {
            "start": 874734660,
            "stop": 874734780
        },
        {
            "start": 874734840,
            "stop": 874735464
        },
        {
            "start": 874735467,
            "stop": 874735961
        },
        {
            "start": 874735964,
            "stop": 874737534
        },
        {
            "start": 874737537,
            "stop": 874739655
        },
        {
            "start": 874739656,
            "stop": 874739925
        },
        {
            "start": 874739929,
            "stop": 874740187
        },
        {
            "start": 874740190,
            "stop": 874741020
        },
        {
            "start": 874741023,
            "stop": 874741069
        },
        {
            "start": 874741072,
            "stop": 874742840
        },
        {
            "start": 874742843,
            "stop": 874742856
        },
        {
            "start": 874742860,
            "stop": 874742976
        },
        {
            "start": 874742980,
            "stop": 874743431
        }
    ]
}