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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16584",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16582",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16583,
    "results": [
        {
            "start": 874707041,
            "stop": 874707086
        },
        {
            "start": 874707087,
            "stop": 874707236
        },
        {
            "start": 874707238,
            "stop": 874707666
        },
        {
            "start": 874707667,
            "stop": 874707669
        },
        {
            "start": 874707670,
            "stop": 874707672
        },
        {
            "start": 874707674,
            "stop": 874708136
        },
        {
            "start": 874708137,
            "stop": 874708344
        },
        {
            "start": 874708346,
            "stop": 874708357
        },
        {
            "start": 874708359,
            "stop": 874708409
        },
        {
            "start": 874708411,
            "stop": 874708496
        },
        {
            "start": 874708497,
            "stop": 874708502
        },
        {
            "start": 874708503,
            "stop": 874708560
        },
        {
            "start": 874708561,
            "stop": 874708677
        },
        {
            "start": 874708678,
            "stop": 874708682
        },
        {
            "start": 874708683,
            "stop": 874708725
        },
        {
            "start": 874708727,
            "stop": 874708812
        },
        {
            "start": 874708813,
            "stop": 874708822
        },
        {
            "start": 874708823,
            "stop": 874708893
        },
        {
            "start": 874708894,
            "stop": 874709014
        },
        {
            "start": 874709015,
            "stop": 874709141
        }
    ]
}