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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=216",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 217,
    "results": [
        {
            "start": 835400717,
            "stop": 835401013
        },
        {
            "start": 835401015,
            "stop": 835401208
        },
        {
            "start": 835401273,
            "stop": 835401276
        },
        {
            "start": 835401282,
            "stop": 835401484
        },
        {
            "start": 835401486,
            "stop": 835401543
        },
        {
            "start": 835401545,
            "stop": 835401655
        },
        {
            "start": 835401658,
            "stop": 835402902
        },
        {
            "start": 835402904,
            "stop": 835412620
        },
        {
            "start": 835421924,
            "stop": 835427005
        },
        {
            "start": 835428309,
            "stop": 835440859
        },
        {
            "start": 835441168,
            "stop": 835443271
        },
        {
            "start": 835443474,
            "stop": 835446490
        },
        {
            "start": 835447499,
            "stop": 835448806
        },
        {
            "start": 835476863,
            "stop": 835477230
        },
        {
            "start": 835477339,
            "stop": 835477840
        },
        {
            "start": 835477906,
            "stop": 835478671
        },
        {
            "start": 835478673,
            "stop": 835489785
        },
        {
            "start": 835491198,
            "stop": 835495361
        },
        {
            "start": 835495363,
            "stop": 835495609
        },
        {
            "start": 835497134,
            "stop": 835507697
        }
    ]
}