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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=49",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 50,
    "results": [
        {
            "start": 1257877591,
            "stop": 1257878090
        },
        {
            "start": 1257878095,
            "stop": 1257878256
        },
        {
            "start": 1257878259,
            "stop": 1257879947
        },
        {
            "start": 1257879952,
            "stop": 1257881445
        },
        {
            "start": 1257881447,
            "stop": 1257882514
        },
        {
            "start": 1257882516,
            "stop": 1257883256
        },
        {
            "start": 1257883257,
            "stop": 1257883666
        },
        {
            "start": 1257883670,
            "stop": 1257884278
        },
        {
            "start": 1257884286,
            "stop": 1257887418
        },
        {
            "start": 1257887422,
            "stop": 1257887694
        },
        {
            "start": 1257887699,
            "stop": 1257890349
        },
        {
            "start": 1257890351,
            "stop": 1257897011
        },
        {
            "start": 1257897015,
            "stop": 1257899409
        },
        {
            "start": 1257899421,
            "stop": 1257900093
        },
        {
            "start": 1257900096,
            "stop": 1257901250
        },
        {
            "start": 1257901253,
            "stop": 1257902242
        },
        {
            "start": 1257902245,
            "stop": 1257902579
        },
        {
            "start": 1257902587,
            "stop": 1257904782
        },
        {
            "start": 1257904786,
            "stop": 1257905447
        },
        {
            "start": 1257905450,
            "stop": 1257906031
        }
    ]
}