Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=134",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 135,
    "results": [
        {
            "start": 827567113,
            "stop": 827583274
        },
        {
            "start": 827585227,
            "stop": 827586520
        },
        {
            "start": 827586938,
            "stop": 827589945
        },
        {
            "start": 827590016,
            "stop": 827590664
        },
        {
            "start": 827592690,
            "stop": 827593229
        },
        {
            "start": 827593865,
            "stop": 827594673
        },
        {
            "start": 827595372,
            "stop": 827596475
        },
        {
            "start": 827596477,
            "stop": 827596728
        },
        {
            "start": 827612746,
            "stop": 827612876
        },
        {
            "start": 827612878,
            "stop": 827612957
        },
        {
            "start": 827614682,
            "stop": 827614933
        },
        {
            "start": 827615006,
            "stop": 827615212
        },
        {
            "start": 827615218,
            "stop": 827615245
        },
        {
            "start": 827615247,
            "stop": 827615262
        },
        {
            "start": 827615265,
            "stop": 827615294
        },
        {
            "start": 827615296,
            "stop": 827615336
        },
        {
            "start": 827615409,
            "stop": 827615736
        },
        {
            "start": 827615811,
            "stop": 827615959
        },
        {
            "start": 827616057,
            "stop": 827616155
        },
        {
            "start": 827617610,
            "stop": 827617673
        }
    ]
}