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=16821
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=16822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16820",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16821,
    "results": [
        {
            "start": 875206412,
            "stop": 875206977
        },
        {
            "start": 875206978,
            "stop": 875207072
        },
        {
            "start": 875207073,
            "stop": 875207245
        },
        {
            "start": 875207246,
            "stop": 875207247
        },
        {
            "start": 875207248,
            "stop": 875207289
        },
        {
            "start": 875207290,
            "stop": 875207354
        },
        {
            "start": 875207356,
            "stop": 875207510
        },
        {
            "start": 875207511,
            "stop": 875207518
        },
        {
            "start": 875207520,
            "stop": 875207561
        },
        {
            "start": 875207563,
            "stop": 875207579
        },
        {
            "start": 875207581,
            "stop": 875207586
        },
        {
            "start": 875207587,
            "stop": 875207634
        },
        {
            "start": 875207635,
            "stop": 875207649
        },
        {
            "start": 875207650,
            "stop": 875207656
        },
        {
            "start": 875207658,
            "stop": 875207668
        },
        {
            "start": 875207669,
            "stop": 875207686
        },
        {
            "start": 875207688,
            "stop": 875207735
        },
        {
            "start": 875207737,
            "stop": 875207758
        },
        {
            "start": 875207760,
            "stop": 875207765
        },
        {
            "start": 875207767,
            "stop": 875207796
        }
    ]
}