Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=72
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=71",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 72,
    "results": [
        {
            "start": 931502909,
            "stop": 931502925
        },
        {
            "start": 931502929,
            "stop": 931502936
        },
        {
            "start": 931502938,
            "stop": 931502944
        },
        {
            "start": 931502947,
            "stop": 931502949
        },
        {
            "start": 931502952,
            "stop": 931502961
        },
        {
            "start": 931502963,
            "stop": 931502973
        },
        {
            "start": 931502976,
            "stop": 931502979
        },
        {
            "start": 931502981,
            "stop": 931502998
        },
        {
            "start": 931503001,
            "stop": 931503002
        },
        {
            "start": 931503005,
            "stop": 931503006
        },
        {
            "start": 931503009,
            "stop": 931503028
        },
        {
            "start": 931503030,
            "stop": 931503035
        },
        {
            "start": 931503038,
            "stop": 931503047
        },
        {
            "start": 931503050,
            "stop": 931503055
        },
        {
            "start": 931503058,
            "stop": 931503068
        },
        {
            "start": 931503071,
            "stop": 931503077
        },
        {
            "start": 931503080,
            "stop": 931503092
        },
        {
            "start": 931503095,
            "stop": 931503114
        },
        {
            "start": 931503117,
            "stop": 931503128
        },
        {
            "start": 931503131,
            "stop": 931503138
        }
    ]
}