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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 156,
    "results": [
        {
            "start": 820260024,
            "stop": 820260802
        },
        {
            "start": 820260805,
            "stop": 820261032
        },
        {
            "start": 820261036,
            "stop": 820261226
        },
        {
            "start": 820261229,
            "stop": 820261531
        },
        {
            "start": 820261535,
            "stop": 820261731
        },
        {
            "start": 820261735,
            "stop": 820262740
        },
        {
            "start": 820262743,
            "stop": 820262795
        },
        {
            "start": 820262798,
            "stop": 820263206
        },
        {
            "start": 820263209,
            "stop": 820263270
        },
        {
            "start": 820263273,
            "stop": 820264410
        },
        {
            "start": 820264413,
            "stop": 820264471
        },
        {
            "start": 820264474,
            "stop": 820264546
        },
        {
            "start": 820264549,
            "stop": 820267434
        },
        {
            "start": 820267437,
            "stop": 820268555
        },
        {
            "start": 820268558,
            "stop": 820268748
        },
        {
            "start": 820268751,
            "stop": 820269044
        },
        {
            "start": 820269048,
            "stop": 820270698
        },
        {
            "start": 820270701,
            "stop": 820270914
        },
        {
            "start": 820270918,
            "stop": 820271239
        },
        {
            "start": 820271242,
            "stop": 820273137
        }
    ]
}