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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=95",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 96,
    "results": [
        {
            "start": 816656430,
            "stop": 816656432
        },
        {
            "start": 816656437,
            "stop": 816656438
        },
        {
            "start": 816656441,
            "stop": 816656452
        },
        {
            "start": 816656457,
            "stop": 816656465
        },
        {
            "start": 816656471,
            "stop": 816656472
        },
        {
            "start": 816656482,
            "stop": 816656488
        },
        {
            "start": 816656493,
            "stop": 816656495
        },
        {
            "start": 816656503,
            "stop": 816656506
        },
        {
            "start": 816656518,
            "stop": 816656519
        },
        {
            "start": 816656525,
            "stop": 816656528
        },
        {
            "start": 816656532,
            "stop": 816656565
        },
        {
            "start": 816656568,
            "stop": 816656573
        },
        {
            "start": 816656577,
            "stop": 816656579
        },
        {
            "start": 816656583,
            "stop": 816656627
        },
        {
            "start": 816656631,
            "stop": 816656640
        },
        {
            "start": 816656647,
            "stop": 816656649
        },
        {
            "start": 816656655,
            "stop": 816656658
        },
        {
            "start": 816656661,
            "stop": 816656681
        },
        {
            "start": 816656686,
            "stop": 816656752
        },
        {
            "start": 816656756,
            "stop": 816656758
        }
    ]
}