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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=158",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 159,
    "results": [
        {
            "start": 829455641,
            "stop": 829458321
        },
        {
            "start": 829458542,
            "stop": 829458845
        },
        {
            "start": 829458846,
            "stop": 829465290
        },
        {
            "start": 829467607,
            "stop": 829473107
        },
        {
            "start": 829473109,
            "stop": 829475705
        },
        {
            "start": 829475707,
            "stop": 829481087
        },
        {
            "start": 829482325,
            "stop": 829482370
        },
        {
            "start": 829487334,
            "stop": 829493848
        },
        {
            "start": 829493957,
            "stop": 829496248
        },
        {
            "start": 829496306,
            "stop": 829500442
        },
        {
            "start": 829500444,
            "stop": 829500861
        },
        {
            "start": 829501044,
            "stop": 829502629
        },
        {
            "start": 829502631,
            "stop": 829505249
        },
        {
            "start": 829512088,
            "stop": 829515229
        },
        {
            "start": 829515330,
            "stop": 829516086
        },
        {
            "start": 829517536,
            "stop": 829517890
        },
        {
            "start": 829517964,
            "stop": 829518107
        },
        {
            "start": 829518258,
            "stop": 829518579
        },
        {
            "start": 829518581,
            "stop": 829518977
        },
        {
            "start": 829523590,
            "stop": 829533397
        }
    ]
}