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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=91",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 92,
    "results": [
        {
            "start": 824283078,
            "stop": 824284315
        },
        {
            "start": 824284318,
            "stop": 824284320
        },
        {
            "start": 824285474,
            "stop": 824305775
        },
        {
            "start": 824305777,
            "stop": 824305919
        },
        {
            "start": 824306647,
            "stop": 824312837
        },
        {
            "start": 824324088,
            "stop": 824341567
        },
        {
            "start": 824341823,
            "stop": 824346749
        },
        {
            "start": 824346751,
            "stop": 824364767
        },
        {
            "start": 824367023,
            "stop": 824370081
        },
        {
            "start": 824370587,
            "stop": 824371462
        },
        {
            "start": 824371464,
            "stop": 824373102
        },
        {
            "start": 824374546,
            "stop": 824387501
        },
        {
            "start": 824388832,
            "stop": 824390324
        },
        {
            "start": 824391647,
            "stop": 824395712
        },
        {
            "start": 824406662,
            "stop": 824407155
        },
        {
            "start": 824451338,
            "stop": 824454285
        },
        {
            "start": 824458771,
            "stop": 824459507
        },
        {
            "start": 824461332,
            "stop": 824476976
        },
        {
            "start": 824479655,
            "stop": 824479701
        },
        {
            "start": 824480297,
            "stop": 824480334
        }
    ]
}