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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=175",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 176,
    "results": [
        {
            "start": 1258743109,
            "stop": 1258748367
        },
        {
            "start": 1258748370,
            "stop": 1258750988
        },
        {
            "start": 1258750991,
            "stop": 1258751271
        },
        {
            "start": 1258751273,
            "stop": 1258752567
        },
        {
            "start": 1258752570,
            "stop": 1258755055
        },
        {
            "start": 1258756695,
            "stop": 1258757278
        },
        {
            "start": 1258757281,
            "stop": 1258757669
        },
        {
            "start": 1258757672,
            "stop": 1258758162
        },
        {
            "start": 1258758165,
            "stop": 1258759835
        },
        {
            "start": 1258759838,
            "stop": 1258760081
        },
        {
            "start": 1258760082,
            "stop": 1258760134
        },
        {
            "start": 1258760135,
            "stop": 1258760136
        },
        {
            "start": 1258760137,
            "stop": 1258760299
        },
        {
            "start": 1258760302,
            "stop": 1258760315
        },
        {
            "start": 1258760318,
            "stop": 1258760374
        },
        {
            "start": 1258760376,
            "stop": 1258760407
        },
        {
            "start": 1258760410,
            "stop": 1258760467
        },
        {
            "start": 1258760469,
            "stop": 1258760472
        },
        {
            "start": 1258760473,
            "stop": 1258760520
        },
        {
            "start": 1258760523,
            "stop": 1258760534
        }
    ]
}