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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=5",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 6,
    "results": [
        {
            "start": 816070500,
            "stop": 816070518
        },
        {
            "start": 816070521,
            "stop": 816070525
        },
        {
            "start": 816070529,
            "stop": 816070577
        },
        {
            "start": 816070580,
            "stop": 816070647
        },
        {
            "start": 816070654,
            "stop": 816071395
        },
        {
            "start": 816071398,
            "stop": 816074079
        },
        {
            "start": 816074083,
            "stop": 816074085
        },
        {
            "start": 816074088,
            "stop": 816074111
        },
        {
            "start": 816074114,
            "stop": 816074118
        },
        {
            "start": 816074122,
            "stop": 816074362
        },
        {
            "start": 816074369,
            "stop": 816074374
        },
        {
            "start": 816074383,
            "stop": 816075866
        },
        {
            "start": 816075876,
            "stop": 816075886
        },
        {
            "start": 816075890,
            "stop": 816076019
        },
        {
            "start": 816076023,
            "stop": 816076060
        },
        {
            "start": 816076065,
            "stop": 816076084
        },
        {
            "start": 816085806,
            "stop": 816086004
        },
        {
            "start": 816086007,
            "stop": 816086257
        },
        {
            "start": 816086261,
            "stop": 816086344
        },
        {
            "start": 816086349,
            "stop": 816086680
        }
    ]
}