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/L1_BURST_CAT3/segments?format=api&page=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=165",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 166,
    "results": [
        {
            "start": 931598820,
            "stop": 931598842
        },
        {
            "start": 931598848,
            "stop": 931598852
        },
        {
            "start": 931598858,
            "stop": 931598859
        },
        {
            "start": 931598862,
            "stop": 931598867
        },
        {
            "start": 931598870,
            "stop": 931598899
        },
        {
            "start": 931598902,
            "stop": 931598933
        },
        {
            "start": 931598935,
            "stop": 931598986
        },
        {
            "start": 931598989,
            "stop": 931599009
        },
        {
            "start": 931599012,
            "stop": 931599020
        },
        {
            "start": 931599027,
            "stop": 931599033
        },
        {
            "start": 931599036,
            "stop": 931599039
        },
        {
            "start": 931599042,
            "stop": 931599056
        },
        {
            "start": 931599059,
            "stop": 931599061
        },
        {
            "start": 931599064,
            "stop": 931599066
        },
        {
            "start": 931599068,
            "stop": 931599073
        },
        {
            "start": 931599076,
            "stop": 931599100
        },
        {
            "start": 931599102,
            "stop": 931599104
        },
        {
            "start": 931599109,
            "stop": 931599118
        },
        {
            "start": 931599121,
            "stop": 931599127
        },
        {
            "start": 931599129,
            "stop": 931599172
        }
    ]
}