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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT2/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT2/segments?format=api&page=37",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 38,
    "results": [
        {
            "start": 1136459854,
            "stop": 1136469535
        },
        {
            "start": 1136484026,
            "stop": 1136497433
        },
        {
            "start": 1136498548,
            "stop": 1136506763
        },
        {
            "start": 1136514829,
            "stop": 1136520310
        },
        {
            "start": 1136520830,
            "stop": 1136522359
        },
        {
            "start": 1136523774,
            "stop": 1136524021
        },
        {
            "start": 1136524272,
            "stop": 1136528073
        },
        {
            "start": 1136528353,
            "stop": 1136528487
        },
        {
            "start": 1136529609,
            "stop": 1136532019
        },
        {
            "start": 1136533358,
            "stop": 1136538441
        },
        {
            "start": 1136539666,
            "stop": 1136542511
        },
        {
            "start": 1136543869,
            "stop": 1136548545
        },
        {
            "start": 1136548895,
            "stop": 1136551312
        },
        {
            "start": 1136582470,
            "stop": 1136583128
        },
        {
            "start": 1136583389,
            "stop": 1136596283
        },
        {
            "start": 1136597527,
            "stop": 1136601545
        },
        {
            "start": 1136601547,
            "stop": 1136605693
        },
        {
            "start": 1136605922,
            "stop": 1136607254
        },
        {
            "start": 1136607256,
            "stop": 1136612131
        },
        {
            "start": 1136612133,
            "stop": 1136614353
        }
    ]
}