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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3928",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3929,
    "results": [
        {
            "start": 874294059,
            "stop": 874294062
        },
        {
            "start": 874294068,
            "stop": 874294077
        },
        {
            "start": 874294080,
            "stop": 874294084
        },
        {
            "start": 874294089,
            "stop": 874294106
        },
        {
            "start": 874294109,
            "stop": 874294127
        },
        {
            "start": 874294130,
            "stop": 874294132
        },
        {
            "start": 874294135,
            "stop": 874294186
        },
        {
            "start": 874294189,
            "stop": 874294219
        },
        {
            "start": 874294222,
            "stop": 874294238
        },
        {
            "start": 874294241,
            "stop": 874294300
        },
        {
            "start": 874294304,
            "stop": 874294318
        },
        {
            "start": 874294321,
            "stop": 874294333
        },
        {
            "start": 874294336,
            "stop": 874294339
        },
        {
            "start": 874294342,
            "stop": 874294369
        },
        {
            "start": 874294372,
            "stop": 874294434
        },
        {
            "start": 874294439,
            "stop": 874294930
        },
        {
            "start": 874294933,
            "stop": 874295073
        },
        {
            "start": 874295076,
            "stop": 874295090
        },
        {
            "start": 874295093,
            "stop": 874295097
        },
        {
            "start": 874295100,
            "stop": 874295101
        }
    ]
}