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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=208",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 209,
    "results": [
        {
            "start": 931487639,
            "stop": 931487640
        },
        {
            "start": 931487642,
            "stop": 931487644
        },
        {
            "start": 931487645,
            "stop": 931487649
        },
        {
            "start": 931487650,
            "stop": 931487654
        },
        {
            "start": 931487656,
            "stop": 931487678
        },
        {
            "start": 931487680,
            "stop": 931487686
        },
        {
            "start": 931487687,
            "stop": 931487732
        },
        {
            "start": 931487733,
            "stop": 931487735
        },
        {
            "start": 931487737,
            "stop": 931487741
        },
        {
            "start": 931487743,
            "stop": 931487744
        },
        {
            "start": 931487746,
            "stop": 931487747
        },
        {
            "start": 931487749,
            "stop": 931487758
        },
        {
            "start": 931487760,
            "stop": 931487770
        },
        {
            "start": 931487772,
            "stop": 931487806
        },
        {
            "start": 931487808,
            "stop": 931487867
        },
        {
            "start": 931487868,
            "stop": 931487882
        },
        {
            "start": 931487883,
            "stop": 931487943
        },
        {
            "start": 931487949,
            "stop": 931487978
        },
        {
            "start": 931487980,
            "stop": 931487988
        },
        {
            "start": 931488050,
            "stop": 931488051
        }
    ]
}