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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=192",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 193,
    "results": [
        {
            "start": 833098960,
            "stop": 833110133
        },
        {
            "start": 833110135,
            "stop": 833110516
        },
        {
            "start": 833111376,
            "stop": 833111425
        },
        {
            "start": 833117921,
            "stop": 833118706
        },
        {
            "start": 833118708,
            "stop": 833118718
        },
        {
            "start": 833122044,
            "stop": 833122349
        },
        {
            "start": 833125514,
            "stop": 833126005
        },
        {
            "start": 833127644,
            "stop": 833129252
        },
        {
            "start": 833130566,
            "stop": 833132423
        },
        {
            "start": 833142571,
            "stop": 833142997
        },
        {
            "start": 833143272,
            "stop": 833146609
        },
        {
            "start": 833147717,
            "stop": 833162698
        },
        {
            "start": 833162699,
            "stop": 833162702
        },
        {
            "start": 833162704,
            "stop": 833170456
        },
        {
            "start": 833170458,
            "stop": 833175371
        },
        {
            "start": 833175373,
            "stop": 833178911
        },
        {
            "start": 833178913,
            "stop": 833183389
        },
        {
            "start": 833183391,
            "stop": 833183545
        },
        {
            "start": 833185562,
            "stop": 833185563
        },
        {
            "start": 833185570,
            "stop": 833193440
        }
    ]
}