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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 2,
    "results": [
        {
            "start": 816133054,
            "stop": 816133076
        },
        {
            "start": 816229176,
            "stop": 816231737
        },
        {
            "start": 816231739,
            "stop": 816236578
        },
        {
            "start": 816258792,
            "stop": 816259171
        },
        {
            "start": 816260098,
            "stop": 816260134
        },
        {
            "start": 816260809,
            "stop": 816264750
        },
        {
            "start": 816267217,
            "stop": 816269331
        },
        {
            "start": 816270860,
            "stop": 816271110
        },
        {
            "start": 816271111,
            "stop": 816271935
        },
        {
            "start": 816271940,
            "stop": 816272234
        },
        {
            "start": 816272236,
            "stop": 816272459
        },
        {
            "start": 816272461,
            "stop": 816274674
        },
        {
            "start": 816274676,
            "stop": 816275740
        },
        {
            "start": 816275742,
            "stop": 816276857
        },
        {
            "start": 816287178,
            "stop": 816288555
        },
        {
            "start": 816289750,
            "stop": 816290891
        },
        {
            "start": 816303755,
            "stop": 816305443
        },
        {
            "start": 816306983,
            "stop": 816308876
        },
        {
            "start": 816310655,
            "stop": 816311478
        },
        {
            "start": 816311986,
            "stop": 816314382
        }
    ]
}