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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=146",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 147,
    "results": [
        {
            "start": 816764457,
            "stop": 816764469
        },
        {
            "start": 816764473,
            "stop": 816764483
        },
        {
            "start": 816764488,
            "stop": 816764490
        },
        {
            "start": 816764494,
            "stop": 816764502
        },
        {
            "start": 816764506,
            "stop": 816764519
        },
        {
            "start": 816764522,
            "stop": 816764531
        },
        {
            "start": 816764542,
            "stop": 816764543
        },
        {
            "start": 816764548,
            "stop": 816764764
        },
        {
            "start": 816764768,
            "stop": 816764811
        },
        {
            "start": 816764815,
            "stop": 816764922
        },
        {
            "start": 816764925,
            "stop": 816765006
        },
        {
            "start": 816765010,
            "stop": 816765023
        },
        {
            "start": 816765026,
            "stop": 816765045
        },
        {
            "start": 816765049,
            "stop": 816765059
        },
        {
            "start": 816765063,
            "stop": 816765126
        },
        {
            "start": 816765131,
            "stop": 816765147
        },
        {
            "start": 816765152,
            "stop": 816765202
        },
        {
            "start": 816765206,
            "stop": 816765248
        },
        {
            "start": 816765253,
            "stop": 816765256
        },
        {
            "start": 816765260,
            "stop": 816765280
        }
    ]
}