Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=371
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=370",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 371,
    "results": [
        {
            "start": 1387809562,
            "stop": 1387817007
        },
        {
            "start": 1387817011,
            "stop": 1387818091
        },
        {
            "start": 1387818096,
            "stop": 1387818526
        },
        {
            "start": 1387823085,
            "stop": 1387824405
        },
        {
            "start": 1387824408,
            "stop": 1387829257
        },
        {
            "start": 1387829260,
            "stop": 1387829880
        },
        {
            "start": 1387844939,
            "stop": 1387851492
        },
        {
            "start": 1387851497,
            "stop": 1387852897
        },
        {
            "start": 1387852901,
            "stop": 1387853948
        },
        {
            "start": 1387856293,
            "stop": 1387870462
        },
        {
            "start": 1387870464,
            "stop": 1387895170
        },
        {
            "start": 1387895174,
            "stop": 1387898454
        },
        {
            "start": 1387898743,
            "stop": 1387904816
        },
        {
            "start": 1387904821,
            "stop": 1387905075
        },
        {
            "start": 1387912973,
            "stop": 1387920879
        },
        {
            "start": 1387920884,
            "stop": 1387921003
        },
        {
            "start": 1387921007,
            "stop": 1387930850
        },
        {
            "start": 1387930852,
            "stop": 1387948105
        },
        {
            "start": 1387948110,
            "stop": 1387962165
        },
        {
            "start": 1387962168,
            "stop": 1387962170
        }
    ]
}