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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=254",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 255,
    "results": [
        {
            "start": 1376773092,
            "stop": 1376773204
        },
        {
            "start": 1376773206,
            "stop": 1376773921
        },
        {
            "start": 1376773923,
            "stop": 1376774788
        },
        {
            "start": 1376774790,
            "stop": 1376775645
        },
        {
            "start": 1376775647,
            "stop": 1376775789
        },
        {
            "start": 1376775791,
            "stop": 1376775904
        },
        {
            "start": 1376775906,
            "stop": 1376776552
        },
        {
            "start": 1376776554,
            "stop": 1376777409
        },
        {
            "start": 1376777411,
            "stop": 1376778277
        },
        {
            "start": 1376778278,
            "stop": 1376778490
        },
        {
            "start": 1376778492,
            "stop": 1376778605
        },
        {
            "start": 1376778606,
            "stop": 1376779123
        },
        {
            "start": 1376779125,
            "stop": 1376780132
        },
        {
            "start": 1376780134,
            "stop": 1376781030
        },
        {
            "start": 1376781032,
            "stop": 1376781190
        },
        {
            "start": 1376781192,
            "stop": 1376781321
        },
        {
            "start": 1376781323,
            "stop": 1376782009
        },
        {
            "start": 1376782011,
            "stop": 1376782897
        },
        {
            "start": 1376782899,
            "stop": 1376783783
        },
        {
            "start": 1376783785,
            "stop": 1376783924
        }
    ]
}