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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=24",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 25,
    "results": [
        {
            "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": 1136605693
        },
        {
            "start": 1136605922,
            "stop": 1136622631
        },
        {
            "start": 1136623494,
            "stop": 1136630354
        },
        {
            "start": 1136630704,
            "stop": 1136643463
        },
        {
            "start": 1136644116,
            "stop": 1136649636
        },
        {
            "start": 1136690975,
            "stop": 1136699452
        },
        {
            "start": 1136749406,
            "stop": 1136755020
        }
    ]
}