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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=179",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 180,
    "results": [
        {
            "start": 818169816,
            "stop": 818169818
        },
        {
            "start": 818169844,
            "stop": 818169845
        },
        {
            "start": 818169854,
            "stop": 818169855
        },
        {
            "start": 818169871,
            "stop": 818169880
        },
        {
            "start": 818169914,
            "stop": 818169920
        },
        {
            "start": 818169926,
            "stop": 818169927
        },
        {
            "start": 818169935,
            "stop": 818169939
        },
        {
            "start": 818169943,
            "stop": 818169947
        },
        {
            "start": 818169950,
            "stop": 818169952
        },
        {
            "start": 818169955,
            "stop": 818169957
        },
        {
            "start": 818169962,
            "stop": 818169963
        },
        {
            "start": 818169966,
            "stop": 818169969
        },
        {
            "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
        }
    ]
}