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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=77",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 78,
    "results": [
        {
            "start": 1374595038,
            "stop": 1374595379
        },
        {
            "start": 1374595384,
            "stop": 1374596050
        },
        {
            "start": 1374611099,
            "stop": 1374615495
        },
        {
            "start": 1374615500,
            "stop": 1374617155
        },
        {
            "start": 1374617160,
            "stop": 1374620320
        },
        {
            "start": 1374620325,
            "stop": 1374629893
        },
        {
            "start": 1374629898,
            "stop": 1374635282
        },
        {
            "start": 1374635287,
            "stop": 1374638874
        },
        {
            "start": 1374638879,
            "stop": 1374639343
        },
        {
            "start": 1374639348,
            "stop": 1374639934
        },
        {
            "start": 1374639938,
            "stop": 1374640984
        },
        {
            "start": 1374640989,
            "stop": 1374641709
        },
        {
            "start": 1374641714,
            "stop": 1374642255
        },
        {
            "start": 1374642260,
            "stop": 1374644286
        },
        {
            "start": 1374644291,
            "stop": 1374644956
        },
        {
            "start": 1374644961,
            "stop": 1374647404
        },
        {
            "start": 1374647408,
            "stop": 1374649300
        },
        {
            "start": 1374649305,
            "stop": 1374654941
        },
        {
            "start": 1374654946,
            "stop": 1374655097
        },
        {
            "start": 1374655101,
            "stop": 1374659084
        }
    ]
}