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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=44",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 45,
    "results": [
        {
            "start": 1128740627,
            "stop": 1128740629
        },
        {
            "start": 1128740630,
            "stop": 1128740631
        },
        {
            "start": 1128740632,
            "stop": 1128740634
        },
        {
            "start": 1128740636,
            "stop": 1128740637
        },
        {
            "start": 1128740638,
            "stop": 1128740639
        },
        {
            "start": 1128740640,
            "stop": 1128740641
        },
        {
            "start": 1128740647,
            "stop": 1128740648
        },
        {
            "start": 1128740649,
            "stop": 1128740650
        },
        {
            "start": 1128740652,
            "stop": 1128740653
        },
        {
            "start": 1128740654,
            "stop": 1128740655
        },
        {
            "start": 1128740665,
            "stop": 1128740666
        },
        {
            "start": 1128740685,
            "stop": 1128740686
        },
        {
            "start": 1128740687,
            "stop": 1128740688
        },
        {
            "start": 1128740690,
            "stop": 1128740691
        },
        {
            "start": 1128740693,
            "stop": 1128740715
        },
        {
            "start": 1128740835,
            "stop": 1128741047
        },
        {
            "start": 1128741048,
            "stop": 1128741253
        },
        {
            "start": 1128741254,
            "stop": 1128741255
        },
        {
            "start": 1128741257,
            "stop": 1128741277
        },
        {
            "start": 1128741278,
            "stop": 1128741540
        }
    ]
}