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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=273",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 274,
    "results": [
        {
            "start": 1377129767,
            "stop": 1377130713
        },
        {
            "start": 1377130714,
            "stop": 1377131721
        },
        {
            "start": 1377131722,
            "stop": 1377134031
        },
        {
            "start": 1377134033,
            "stop": 1377134406
        },
        {
            "start": 1377134407,
            "stop": 1377135150
        },
        {
            "start": 1377135152,
            "stop": 1377136303
        },
        {
            "start": 1377136305,
            "stop": 1377137180
        },
        {
            "start": 1377137182,
            "stop": 1377139943
        },
        {
            "start": 1377139944,
            "stop": 1377140699
        },
        {
            "start": 1377140701,
            "stop": 1377143706
        },
        {
            "start": 1377143708,
            "stop": 1377144320
        },
        {
            "start": 1377144322,
            "stop": 1377145964
        },
        {
            "start": 1377145965,
            "stop": 1377146721
        },
        {
            "start": 1377146723,
            "stop": 1377148160
        },
        {
            "start": 1377148161,
            "stop": 1377148439
        },
        {
            "start": 1377148444,
            "stop": 1377148906
        },
        {
            "start": 1377148911,
            "stop": 1377149304
        },
        {
            "start": 1377149306,
            "stop": 1377150588
        },
        {
            "start": 1377150590,
            "stop": 1377150656
        },
        {
            "start": 1377150657,
            "stop": 1377151396
        }
    ]
}