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_CBCLOW_CAT4/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_CBCLOW_CAT4/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 6,
    "results": [
        {
            "start": 816070049,
            "stop": 816070175
        },
        {
            "start": 816070181,
            "stop": 816070496
        },
        {
            "start": 816070500,
            "stop": 816070518
        },
        {
            "start": 816070521,
            "stop": 816070525
        },
        {
            "start": 816070529,
            "stop": 816070576
        },
        {
            "start": 816070605,
            "stop": 816070647
        },
        {
            "start": 816070654,
            "stop": 816071394
        },
        {
            "start": 816071423,
            "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": 816075499
        },
        {
            "start": 816085801,
            "stop": 816086004
        },
        {
            "start": 816086007,
            "stop": 816086257
        },
        {
            "start": 816086261,
            "stop": 816086344
        },
        {
            "start": 816086349,
            "stop": 816086680
        },
        {
            "start": 816086685,
            "stop": 816086822
        },
        {
            "start": 816086826,
            "stop": 816087045
        }
    ]
}