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/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=27",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 28,
    "results": [
        {
            "start": 931164339,
            "stop": 931164340
        },
        {
            "start": 931164348,
            "stop": 931164350
        },
        {
            "start": 931164383,
            "stop": 931164384
        },
        {
            "start": 931164387,
            "stop": 931164388
        },
        {
            "start": 931164415,
            "stop": 931164416
        },
        {
            "start": 931164441,
            "stop": 931164442
        },
        {
            "start": 931169081,
            "stop": 931169084
        },
        {
            "start": 931169086,
            "stop": 931169145
        },
        {
            "start": 931169147,
            "stop": 931169155
        },
        {
            "start": 931169157,
            "stop": 931169207
        },
        {
            "start": 931169209,
            "stop": 931169229
        },
        {
            "start": 931169231,
            "stop": 931169268
        },
        {
            "start": 931169270,
            "stop": 931169281
        },
        {
            "start": 931169283,
            "stop": 931169316
        },
        {
            "start": 931169317,
            "stop": 931169337
        },
        {
            "start": 931169339,
            "stop": 931169356
        },
        {
            "start": 931169358,
            "stop": 931169376
        },
        {
            "start": 931169377,
            "stop": 931169436
        },
        {
            "start": 931169438,
            "stop": 931169439
        },
        {
            "start": 931169443,
            "stop": 931169455
        }
    ]
}