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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=168",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 169,
    "results": [
        {
            "start": 1383588798,
            "stop": 1383589271
        },
        {
            "start": 1383589281,
            "stop": 1383592717
        },
        {
            "start": 1383592722,
            "stop": 1383594167
        },
        {
            "start": 1383594172,
            "stop": 1383594189
        },
        {
            "start": 1383594194,
            "stop": 1383594235
        },
        {
            "start": 1383594240,
            "stop": 1383594558
        },
        {
            "start": 1383594563,
            "stop": 1383596011
        },
        {
            "start": 1383596016,
            "stop": 1383597718
        },
        {
            "start": 1383597723,
            "stop": 1383597998
        },
        {
            "start": 1383598003,
            "stop": 1383599044
        },
        {
            "start": 1383599049,
            "stop": 1383601819
        },
        {
            "start": 1383601824,
            "stop": 1383608532
        },
        {
            "start": 1383608535,
            "stop": 1383612045
        },
        {
            "start": 1383623739,
            "stop": 1383629282
        },
        {
            "start": 1383634020,
            "stop": 1383638583
        },
        {
            "start": 1383638588,
            "stop": 1383644227
        },
        {
            "start": 1383644232,
            "stop": 1383652383
        },
        {
            "start": 1383652388,
            "stop": 1383657582
        },
        {
            "start": 1383657587,
            "stop": 1383662445
        },
        {
            "start": 1383662450,
            "stop": 1383663544
        }
    ]
}