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_CAT3E/segments?format=api&page=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=31",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 32,
    "results": [
        {
            "start": 816675481,
            "stop": 816675558
        },
        {
            "start": 816675561,
            "stop": 816675701
        },
        {
            "start": 816675704,
            "stop": 816675709
        },
        {
            "start": 816675712,
            "stop": 816675751
        },
        {
            "start": 816676673,
            "stop": 816676683
        },
        {
            "start": 816676687,
            "stop": 816676743
        },
        {
            "start": 816676746,
            "stop": 816676773
        },
        {
            "start": 816676779,
            "stop": 816676784
        },
        {
            "start": 816676791,
            "stop": 816676834
        },
        {
            "start": 816676837,
            "stop": 816676845
        },
        {
            "start": 816676849,
            "stop": 816676896
        },
        {
            "start": 816676899,
            "stop": 816676912
        },
        {
            "start": 816676915,
            "stop": 816676939
        },
        {
            "start": 816676944,
            "stop": 816676955
        },
        {
            "start": 816676958,
            "stop": 816676970
        },
        {
            "start": 816676975,
            "stop": 816676985
        },
        {
            "start": 816676992,
            "stop": 816677032
        },
        {
            "start": 816677035,
            "stop": 816677049
        },
        {
            "start": 816677057,
            "stop": 816677078
        },
        {
            "start": 816677086,
            "stop": 816677109
        }
    ]
}