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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=85",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 86,
    "results": [
        {
            "start": 816600866,
            "stop": 816600873
        },
        {
            "start": 816600876,
            "stop": 816600879
        },
        {
            "start": 816600885,
            "stop": 816600888
        },
        {
            "start": 816600896,
            "stop": 816600897
        },
        {
            "start": 816600903,
            "stop": 816600906
        },
        {
            "start": 816600911,
            "stop": 816600914
        },
        {
            "start": 816600919,
            "stop": 816601012
        },
        {
            "start": 816601015,
            "stop": 816601020
        },
        {
            "start": 816601028,
            "stop": 816601112
        },
        {
            "start": 816601127,
            "stop": 816601368
        },
        {
            "start": 816601373,
            "stop": 816601429
        },
        {
            "start": 816601434,
            "stop": 816601461
        },
        {
            "start": 816601465,
            "stop": 816601468
        },
        {
            "start": 816601472,
            "stop": 816601475
        },
        {
            "start": 816601479,
            "stop": 816601719
        },
        {
            "start": 816601724,
            "stop": 816601744
        },
        {
            "start": 816601748,
            "stop": 816603174
        },
        {
            "start": 816603178,
            "stop": 816603461
        },
        {
            "start": 816603465,
            "stop": 816606040
        },
        {
            "start": 816606047,
            "stop": 816606303
        }
    ]
}