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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1703",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1701",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1702,
    "results": [
        {
            "start": 1249042897,
            "stop": 1249043180
        },
        {
            "start": 1249043182,
            "stop": 1249043218
        },
        {
            "start": 1249043221,
            "stop": 1249043759
        },
        {
            "start": 1249043762,
            "stop": 1249043818
        },
        {
            "start": 1249043820,
            "stop": 1249044271
        },
        {
            "start": 1249044274,
            "stop": 1249044990
        },
        {
            "start": 1249044993,
            "stop": 1249045467
        },
        {
            "start": 1249045470,
            "stop": 1249046595
        },
        {
            "start": 1249046598,
            "stop": 1249047159
        },
        {
            "start": 1249047161,
            "stop": 1249048458
        },
        {
            "start": 1249048461,
            "stop": 1249048478
        },
        {
            "start": 1249048481,
            "stop": 1249048561
        },
        {
            "start": 1249048564,
            "stop": 1249048986
        },
        {
            "start": 1249048989,
            "stop": 1249050238
        },
        {
            "start": 1249050241,
            "stop": 1249050449
        },
        {
            "start": 1249050452,
            "stop": 1249050510
        },
        {
            "start": 1249050513,
            "stop": 1249050516
        },
        {
            "start": 1249050519,
            "stop": 1249051280
        },
        {
            "start": 1249051283,
            "stop": 1249052069
        },
        {
            "start": 1249052072,
            "stop": 1249052213
        }
    ]
}