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_CAT2/segments?format=api&page=22
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=21",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 22,
    "results": [
        {
            "start": 816758768,
            "stop": 816759012
        },
        {
            "start": 816759020,
            "stop": 816759494
        },
        {
            "start": 816760119,
            "stop": 816761497
        },
        {
            "start": 816761505,
            "stop": 816762556
        },
        {
            "start": 816762564,
            "stop": 816763073
        },
        {
            "start": 816763081,
            "stop": 816763378
        },
        {
            "start": 816763386,
            "stop": 816763415
        },
        {
            "start": 816763423,
            "stop": 816763644
        },
        {
            "start": 816763654,
            "stop": 816763903
        },
        {
            "start": 816763912,
            "stop": 816764021
        },
        {
            "start": 816764029,
            "stop": 816764033
        },
        {
            "start": 816764046,
            "stop": 816764094
        },
        {
            "start": 816764102,
            "stop": 816764305
        },
        {
            "start": 816764313,
            "stop": 816764349
        },
        {
            "start": 816764360,
            "stop": 816764921
        },
        {
            "start": 816764929,
            "stop": 816765499
        },
        {
            "start": 816765507,
            "stop": 816765932
        },
        {
            "start": 816765941,
            "stop": 816765963
        },
        {
            "start": 816765972,
            "stop": 816766032
        },
        {
            "start": 816766040,
            "stop": 816766482
        }
    ]
}