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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=181",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 182,
    "results": [
        {
            "start": 1374223085,
            "stop": 1374224368
        },
        {
            "start": 1374224370,
            "stop": 1374225980
        },
        {
            "start": 1374225985,
            "stop": 1374226265
        },
        {
            "start": 1374226267,
            "stop": 1374226788
        },
        {
            "start": 1374226793,
            "stop": 1374228345
        },
        {
            "start": 1374228347,
            "stop": 1374229441
        },
        {
            "start": 1374229446,
            "stop": 1374230739
        },
        {
            "start": 1374230742,
            "stop": 1374230793
        },
        {
            "start": 1374230798,
            "stop": 1374230816
        },
        {
            "start": 1374230821,
            "stop": 1374230822
        },
        {
            "start": 1374237106,
            "stop": 1374237414
        },
        {
            "start": 1374241418,
            "stop": 1374241481
        },
        {
            "start": 1374241484,
            "stop": 1374241697
        },
        {
            "start": 1374269044,
            "stop": 1374269913
        },
        {
            "start": 1374269915,
            "stop": 1374271711
        },
        {
            "start": 1374271713,
            "stop": 1374272850
        },
        {
            "start": 1374272851,
            "stop": 1374274708
        },
        {
            "start": 1374274710,
            "stop": 1374275248
        },
        {
            "start": 1374275249,
            "stop": 1374277664
        },
        {
            "start": 1374277666,
            "stop": 1374278742
        }
    ]
}