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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=262",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 263,
    "results": [
        {
            "start": 840195046,
            "stop": 840197878
        },
        {
            "start": 840197939,
            "stop": 840201195
        },
        {
            "start": 840201914,
            "stop": 840205558
        },
        {
            "start": 840212413,
            "stop": 840214820
        },
        {
            "start": 840218272,
            "stop": 840220705
        },
        {
            "start": 840221654,
            "stop": 840224925
        },
        {
            "start": 840225787,
            "stop": 840226800
        },
        {
            "start": 840227016,
            "stop": 840227029
        },
        {
            "start": 840227031,
            "stop": 840227061
        },
        {
            "start": 840227062,
            "stop": 840227084
        },
        {
            "start": 840230714,
            "stop": 840231025
        },
        {
            "start": 840231028,
            "stop": 840231121
        },
        {
            "start": 840231290,
            "stop": 840231342
        },
        {
            "start": 840231645,
            "stop": 840231662
        },
        {
            "start": 840232109,
            "stop": 840233208
        },
        {
            "start": 840254868,
            "stop": 840255572
        },
        {
            "start": 840255574,
            "stop": 840263051
        },
        {
            "start": 840263053,
            "stop": 840263350
        },
        {
            "start": 840263969,
            "stop": 840280359
        },
        {
            "start": 840281106,
            "stop": 840281958
        }
    ]
}