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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 168,
    "results": [
        {
            "start": 1373798486,
            "stop": 1373800396
        },
        {
            "start": 1373800397,
            "stop": 1373802558
        },
        {
            "start": 1373802560,
            "stop": 1373804398
        },
        {
            "start": 1373804400,
            "stop": 1373806337
        },
        {
            "start": 1373806340,
            "stop": 1373806585
        },
        {
            "start": 1373806586,
            "stop": 1373806682
        },
        {
            "start": 1373811481,
            "stop": 1373812019
        },
        {
            "start": 1373813450,
            "stop": 1373813615
        },
        {
            "start": 1373813618,
            "stop": 1373814165
        },
        {
            "start": 1373814170,
            "stop": 1373814204
        },
        {
            "start": 1373814209,
            "stop": 1373815272
        },
        {
            "start": 1373815273,
            "stop": 1373815928
        },
        {
            "start": 1373815929,
            "stop": 1373816472
        },
        {
            "start": 1373816474,
            "stop": 1373817055
        },
        {
            "start": 1373817057,
            "stop": 1373819051
        },
        {
            "start": 1373819053,
            "stop": 1373819218
        },
        {
            "start": 1373819223,
            "stop": 1373819612
        },
        {
            "start": 1373819614,
            "stop": 1373819816
        },
        {
            "start": 1373819817,
            "stop": 1373821021
        },
        {
            "start": 1373821023,
            "stop": 1373821644
        }
    ]
}