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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=123",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 124,
    "results": [
        {
            "start": 816739675,
            "stop": 816739677
        },
        {
            "start": 816739680,
            "stop": 816739691
        },
        {
            "start": 816739695,
            "stop": 816739892
        },
        {
            "start": 816739896,
            "stop": 816739940
        },
        {
            "start": 816739943,
            "stop": 816740038
        },
        {
            "start": 816740043,
            "stop": 816740060
        },
        {
            "start": 816740090,
            "stop": 816740094
        },
        {
            "start": 816740098,
            "stop": 816740181
        },
        {
            "start": 816740185,
            "stop": 816740283
        },
        {
            "start": 816740288,
            "stop": 816740352
        },
        {
            "start": 816740357,
            "stop": 816740372
        },
        {
            "start": 816740377,
            "stop": 816740384
        },
        {
            "start": 816740388,
            "stop": 816740467
        },
        {
            "start": 816740471,
            "stop": 816740530
        },
        {
            "start": 816740534,
            "stop": 816740536
        },
        {
            "start": 816740542,
            "stop": 816740653
        },
        {
            "start": 816740657,
            "stop": 816740672
        },
        {
            "start": 816740678,
            "stop": 816740682
        },
        {
            "start": 816740707,
            "stop": 816740709
        },
        {
            "start": 816740712,
            "stop": 816740942
        }
    ]
}