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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=259",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 260,
    "results": [
        {
            "start": 839764236,
            "stop": 839766696
        },
        {
            "start": 839777616,
            "stop": 839779558
        },
        {
            "start": 839779672,
            "stop": 839780572
        },
        {
            "start": 839781565,
            "stop": 839781616
        },
        {
            "start": 839781709,
            "stop": 839791337
        },
        {
            "start": 839791407,
            "stop": 839791594
        },
        {
            "start": 839792401,
            "stop": 839792596
        },
        {
            "start": 839793535,
            "stop": 839794174
        },
        {
            "start": 839795122,
            "stop": 839796603
        },
        {
            "start": 839796649,
            "stop": 839796825
        },
        {
            "start": 839797490,
            "stop": 839797606
        },
        {
            "start": 839798693,
            "stop": 839801004
        },
        {
            "start": 839801006,
            "stop": 839832281
        },
        {
            "start": 839833472,
            "stop": 839835203
        },
        {
            "start": 839835205,
            "stop": 839840239
        },
        {
            "start": 839840514,
            "stop": 839847091
        },
        {
            "start": 839847093,
            "stop": 839847766
        },
        {
            "start": 839847768,
            "stop": 839847881
        },
        {
            "start": 839848259,
            "stop": 839850836
        },
        {
            "start": 839852277,
            "stop": 839853914
        }
    ]
}