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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=20",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 21,
    "results": [
        {
            "start": 1257038722,
            "stop": 1257038725
        },
        {
            "start": 1257038728,
            "stop": 1257038732
        },
        {
            "start": 1257038735,
            "stop": 1257038752
        },
        {
            "start": 1257038753,
            "stop": 1257038807
        },
        {
            "start": 1257038808,
            "stop": 1257038813
        },
        {
            "start": 1257038814,
            "stop": 1257039021
        },
        {
            "start": 1257039023,
            "stop": 1257039052
        },
        {
            "start": 1257039054,
            "stop": 1257039108
        },
        {
            "start": 1257039111,
            "stop": 1257039265
        },
        {
            "start": 1257039267,
            "stop": 1257039373
        },
        {
            "start": 1257039374,
            "stop": 1257039461
        },
        {
            "start": 1257039465,
            "stop": 1257039466
        },
        {
            "start": 1257039469,
            "stop": 1257039470
        },
        {
            "start": 1257039471,
            "stop": 1257039500
        },
        {
            "start": 1257039504,
            "stop": 1257039513
        },
        {
            "start": 1257039515,
            "stop": 1257039517
        },
        {
            "start": 1257039518,
            "stop": 1257039535
        },
        {
            "start": 1257039536,
            "stop": 1257039541
        },
        {
            "start": 1257039544,
            "stop": 1257039944
        },
        {
            "start": 1257039947,
            "stop": 1257040185
        }
    ]
}