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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=62",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 63,
    "results": [
        {
            "start": 1174686800,
            "stop": 1174687090
        },
        {
            "start": 1174687140,
            "stop": 1174687190
        },
        {
            "start": 1174687210,
            "stop": 1174687220
        },
        {
            "start": 1174687240,
            "stop": 1174694551
        },
        {
            "start": 1174694554,
            "stop": 1174701495
        },
        {
            "start": 1174701583,
            "stop": 1174716299
        },
        {
            "start": 1174718427,
            "stop": 1174738650
        },
        {
            "start": 1174738660,
            "stop": 1174744820
        },
        {
            "start": 1174744910,
            "stop": 1174745030
        },
        {
            "start": 1174745090,
            "stop": 1174748490
        },
        {
            "start": 1174748510,
            "stop": 1174748720
        },
        {
            "start": 1174770807,
            "stop": 1174772140
        },
        {
            "start": 1174772150,
            "stop": 1174773090
        },
        {
            "start": 1174773130,
            "stop": 1174774470
        },
        {
            "start": 1174774480,
            "stop": 1174774940
        },
        {
            "start": 1174774951,
            "stop": 1174775350
        },
        {
            "start": 1174775360,
            "stop": 1174775677
        },
        {
            "start": 1174778291,
            "stop": 1174779963
        },
        {
            "start": 1174779967,
            "stop": 1174780220
        },
        {
            "start": 1174780240,
            "stop": 1174786590
        }
    ]
}