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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=283",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 284,
    "results": [
        {
            "start": 822618980,
            "stop": 822619304
        },
        {
            "start": 822619485,
            "stop": 822619532
        },
        {
            "start": 822619535,
            "stop": 822620482
        },
        {
            "start": 822620485,
            "stop": 822620503
        },
        {
            "start": 822620507,
            "stop": 822620529
        },
        {
            "start": 822620532,
            "stop": 822620798
        },
        {
            "start": 822620801,
            "stop": 822620803
        },
        {
            "start": 822620807,
            "stop": 822620929
        },
        {
            "start": 822620932,
            "stop": 822621041
        },
        {
            "start": 822621045,
            "stop": 822621378
        },
        {
            "start": 822621455,
            "stop": 822621921
        },
        {
            "start": 822621924,
            "stop": 822621928
        },
        {
            "start": 822621931,
            "stop": 822622127
        },
        {
            "start": 822622130,
            "stop": 822622273
        },
        {
            "start": 822622605,
            "stop": 822622857
        },
        {
            "start": 822622860,
            "stop": 822623012
        },
        {
            "start": 822623016,
            "stop": 822623172
        },
        {
            "start": 822623175,
            "stop": 822623253
        },
        {
            "start": 822623256,
            "stop": 822623431
        },
        {
            "start": 822623434,
            "stop": 822623911
        }
    ]
}