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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=203",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 204,
    "results": [
        {
            "start": 834047106,
            "stop": 834079084
        },
        {
            "start": 834079237,
            "stop": 834093297
        },
        {
            "start": 834093299,
            "stop": 834094193
        },
        {
            "start": 834098257,
            "stop": 834127300
        },
        {
            "start": 834127302,
            "stop": 834127391
        },
        {
            "start": 834129778,
            "stop": 834133445
        },
        {
            "start": 834133521,
            "stop": 834149730
        },
        {
            "start": 834150414,
            "stop": 834150971
        },
        {
            "start": 834152038,
            "stop": 834154724
        },
        {
            "start": 834157617,
            "stop": 834157835
        },
        {
            "start": 834164966,
            "stop": 834165747
        },
        {
            "start": 834165749,
            "stop": 834165913
        },
        {
            "start": 834165981,
            "stop": 834167506
        },
        {
            "start": 834167508,
            "stop": 834169625
        },
        {
            "start": 834169627,
            "stop": 834170348
        },
        {
            "start": 834174654,
            "stop": 834174662
        },
        {
            "start": 834174665,
            "stop": 834174671
        },
        {
            "start": 834174673,
            "stop": 834174780
        },
        {
            "start": 834174782,
            "stop": 834174785
        },
        {
            "start": 834174787,
            "stop": 834175127
        }
    ]
}