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=410
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=411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=409",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 410,
    "results": [
        {
            "start": 852932116,
            "stop": 852932379
        },
        {
            "start": 852932381,
            "stop": 852932667
        },
        {
            "start": 852934041,
            "stop": 852934855
        },
        {
            "start": 852934857,
            "stop": 852942470
        },
        {
            "start": 852942472,
            "stop": 852946976
        },
        {
            "start": 852946978,
            "stop": 852950055
        },
        {
            "start": 852950325,
            "stop": 852951757
        },
        {
            "start": 852951759,
            "stop": 852951866
        },
        {
            "start": 852951869,
            "stop": 852973656
        },
        {
            "start": 852973823,
            "stop": 852987242
        },
        {
            "start": 852988499,
            "stop": 852992609
        },
        {
            "start": 852992612,
            "stop": 852998208
        },
        {
            "start": 853020602,
            "stop": 853029349
        },
        {
            "start": 853029351,
            "stop": 853034544
        },
        {
            "start": 853035304,
            "stop": 853045482
        },
        {
            "start": 853045483,
            "stop": 853056107
        },
        {
            "start": 853058291,
            "stop": 853072197
        },
        {
            "start": 853072404,
            "stop": 853074612
        },
        {
            "start": 853074615,
            "stop": 853075201
        },
        {
            "start": 853077892,
            "stop": 853086386
        }
    ]
}