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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3737",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3735",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3736,
    "results": [
        {
            "start": 971327434,
            "stop": 971327475
        },
        {
            "start": 971327478,
            "stop": 971328086
        },
        {
            "start": 971328089,
            "stop": 971328751
        },
        {
            "start": 971328754,
            "stop": 971329211
        },
        {
            "start": 971329214,
            "stop": 971329321
        },
        {
            "start": 971329322,
            "stop": 971329723
        },
        {
            "start": 971329726,
            "stop": 971330956
        },
        {
            "start": 971330959,
            "stop": 971331532
        },
        {
            "start": 971331535,
            "stop": 971331853
        },
        {
            "start": 971331854,
            "stop": 971332015
        },
        {
            "start": 971332016,
            "stop": 971332683
        },
        {
            "start": 971332686,
            "stop": 971334038
        },
        {
            "start": 971334041,
            "stop": 971334555
        },
        {
            "start": 971334558,
            "stop": 971334863
        },
        {
            "start": 971334874,
            "stop": 971335246
        },
        {
            "start": 971335247,
            "stop": 971335738
        },
        {
            "start": 971335741,
            "stop": 971336092
        },
        {
            "start": 971336095,
            "stop": 971338502
        },
        {
            "start": 971338505,
            "stop": 971338712
        },
        {
            "start": 971338713,
            "stop": 971339888
        }
    ]
}