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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=31",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 32,
    "results": [
        {
            "start": 1257423070,
            "stop": 1257423468
        },
        {
            "start": 1257423473,
            "stop": 1257423613
        },
        {
            "start": 1257423616,
            "stop": 1257423763
        },
        {
            "start": 1257423766,
            "stop": 1257423803
        },
        {
            "start": 1257423806,
            "stop": 1257423899
        },
        {
            "start": 1257423902,
            "stop": 1257423973
        },
        {
            "start": 1257423975,
            "stop": 1257424026
        },
        {
            "start": 1257424029,
            "stop": 1257424147
        },
        {
            "start": 1257424156,
            "stop": 1257424174
        },
        {
            "start": 1257424177,
            "stop": 1257424532
        },
        {
            "start": 1257424537,
            "stop": 1257424630
        },
        {
            "start": 1257424633,
            "stop": 1257424683
        },
        {
            "start": 1257424686,
            "stop": 1257424710
        },
        {
            "start": 1257424713,
            "stop": 1257424741
        },
        {
            "start": 1257424743,
            "stop": 1257424747
        },
        {
            "start": 1257424755,
            "stop": 1257424792
        },
        {
            "start": 1257424799,
            "stop": 1257424873
        },
        {
            "start": 1257424877,
            "stop": 1257425033
        },
        {
            "start": 1257425038,
            "stop": 1257425045
        },
        {
            "start": 1257425048,
            "stop": 1257425101
        }
    ]
}