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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1583",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1581",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1582,
    "results": [
        {
            "start": 952840560,
            "stop": 952841915
        },
        {
            "start": 952841917,
            "stop": 952843192
        },
        {
            "start": 952843194,
            "stop": 952846261
        },
        {
            "start": 952846262,
            "stop": 952846471
        },
        {
            "start": 952846473,
            "stop": 952849761
        },
        {
            "start": 952849762,
            "stop": 952851603
        },
        {
            "start": 952851605,
            "stop": 952851803
        },
        {
            "start": 952851805,
            "stop": 952851806
        },
        {
            "start": 952851808,
            "stop": 952852780
        },
        {
            "start": 952852782,
            "stop": 952853427
        },
        {
            "start": 952853429,
            "stop": 952853475
        },
        {
            "start": 952853477,
            "stop": 952853980
        },
        {
            "start": 952853982,
            "stop": 952854280
        },
        {
            "start": 952854282,
            "stop": 952854891
        },
        {
            "start": 952854892,
            "stop": 952856040
        },
        {
            "start": 952856042,
            "stop": 952862165
        },
        {
            "start": 952862167,
            "stop": 952862415
        },
        {
            "start": 952862417,
            "stop": 952865391
        },
        {
            "start": 952865393,
            "stop": 952865451
        },
        {
            "start": 952865453,
            "stop": 952865483
        }
    ]
}