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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 120,
    "results": [
        {
            "start": 1378657741,
            "stop": 1378660870
        },
        {
            "start": 1378660875,
            "stop": 1378665025
        },
        {
            "start": 1378681948,
            "stop": 1378687440
        },
        {
            "start": 1378687445,
            "stop": 1378691558
        },
        {
            "start": 1378691563,
            "stop": 1378692255
        },
        {
            "start": 1378692259,
            "stop": 1378698135
        },
        {
            "start": 1378698140,
            "stop": 1378701229
        },
        {
            "start": 1378701234,
            "stop": 1378701963
        },
        {
            "start": 1378706661,
            "stop": 1378709150
        },
        {
            "start": 1378709154,
            "stop": 1378714064
        },
        {
            "start": 1378714069,
            "stop": 1378726632
        },
        {
            "start": 1378726637,
            "stop": 1378727431
        },
        {
            "start": 1378727436,
            "stop": 1378731150
        },
        {
            "start": 1378731155,
            "stop": 1378737219
        },
        {
            "start": 1378737224,
            "stop": 1378741196
        },
        {
            "start": 1378741201,
            "stop": 1378742361
        },
        {
            "start": 1378742366,
            "stop": 1378743122
        },
        {
            "start": 1378743127,
            "stop": 1378743554
        },
        {
            "start": 1378743557,
            "stop": 1378744256
        },
        {
            "start": 1378744261,
            "stop": 1378748139
        }
    ]
}