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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=201",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 202,
    "results": [
        {
            "start": 818169766,
            "stop": 818169767
        },
        {
            "start": 818169779,
            "stop": 818169782
        },
        {
            "start": 818169790,
            "stop": 818169794
        },
        {
            "start": 818169799,
            "stop": 818169803
        },
        {
            "start": 818169844,
            "stop": 818169845
        },
        {
            "start": 818169854,
            "stop": 818169855
        },
        {
            "start": 818169871,
            "stop": 818169880
        },
        {
            "start": 818205685,
            "stop": 818205695
        },
        {
            "start": 818205702,
            "stop": 818205704
        },
        {
            "start": 818205721,
            "stop": 818205724
        },
        {
            "start": 818205727,
            "stop": 818205728
        },
        {
            "start": 818205733,
            "stop": 818205737
        },
        {
            "start": 818205745,
            "stop": 818205756
        },
        {
            "start": 818205759,
            "stop": 818205772
        },
        {
            "start": 818205775,
            "stop": 818205779
        },
        {
            "start": 818205783,
            "stop": 818205785
        },
        {
            "start": 818205788,
            "stop": 818205794
        },
        {
            "start": 818205797,
            "stop": 818205803
        },
        {
            "start": 818205806,
            "stop": 818205813
        },
        {
            "start": 818205816,
            "stop": 818205822
        }
    ]
}