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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=130",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 131,
    "results": [
        {
            "start": 816745157,
            "stop": 816745344
        },
        {
            "start": 816745347,
            "stop": 816745351
        },
        {
            "start": 816745356,
            "stop": 816745359
        },
        {
            "start": 816745364,
            "stop": 816745370
        },
        {
            "start": 816745375,
            "stop": 816745378
        },
        {
            "start": 816745385,
            "stop": 816745386
        },
        {
            "start": 816745389,
            "stop": 816745394
        },
        {
            "start": 816745398,
            "stop": 816745399
        },
        {
            "start": 816745409,
            "stop": 816745592
        },
        {
            "start": 816745595,
            "stop": 816745657
        },
        {
            "start": 816745660,
            "stop": 816745705
        },
        {
            "start": 816745709,
            "stop": 816745717
        },
        {
            "start": 816745722,
            "stop": 816745731
        },
        {
            "start": 816745735,
            "stop": 816745754
        },
        {
            "start": 816745757,
            "stop": 816745764
        },
        {
            "start": 816745768,
            "stop": 816745771
        },
        {
            "start": 816745777,
            "stop": 816745784
        },
        {
            "start": 816745789,
            "stop": 816745792
        },
        {
            "start": 816745797,
            "stop": 816745800
        },
        {
            "start": 816745803,
            "stop": 816745805
        }
    ]
}