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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=107",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 108,
    "results": [
        {
            "start": 1259617106,
            "stop": 1259617436
        },
        {
            "start": 1259617444,
            "stop": 1259618074
        },
        {
            "start": 1259618078,
            "stop": 1259621278
        },
        {
            "start": 1259621282,
            "stop": 1259622163
        },
        {
            "start": 1259622167,
            "stop": 1259624057
        },
        {
            "start": 1259624060,
            "stop": 1259625952
        },
        {
            "start": 1259625955,
            "stop": 1259627437
        },
        {
            "start": 1259627439,
            "stop": 1259627739
        },
        {
            "start": 1259627743,
            "stop": 1259628551
        },
        {
            "start": 1259628555,
            "stop": 1259631316
        },
        {
            "start": 1259639019,
            "stop": 1259639336
        },
        {
            "start": 1259639341,
            "stop": 1259639482
        },
        {
            "start": 1259639484,
            "stop": 1259642706
        },
        {
            "start": 1259642708,
            "stop": 1259643488
        },
        {
            "start": 1259643493,
            "stop": 1259644755
        },
        {
            "start": 1259644757,
            "stop": 1259645452
        },
        {
            "start": 1259645454,
            "stop": 1259646500
        },
        {
            "start": 1259646504,
            "stop": 1259651019
        },
        {
            "start": 1259651021,
            "stop": 1259651314
        },
        {
            "start": 1259651317,
            "stop": 1259655815
        }
    ]
}