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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=797",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=795",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 796,
    "results": [
        {
            "start": 1249876100,
            "stop": 1249879939
        },
        {
            "start": 1249879943,
            "stop": 1249883346
        },
        {
            "start": 1249883349,
            "stop": 1249888746
        },
        {
            "start": 1249888750,
            "stop": 1249891822
        },
        {
            "start": 1249891827,
            "stop": 1249893573
        },
        {
            "start": 1249893577,
            "stop": 1249895458
        },
        {
            "start": 1249895461,
            "stop": 1249895748
        },
        {
            "start": 1249895756,
            "stop": 1249903720
        },
        {
            "start": 1249903723,
            "stop": 1249903755
        },
        {
            "start": 1249903757,
            "stop": 1249904512
        },
        {
            "start": 1249904514,
            "stop": 1249910941
        },
        {
            "start": 1249910945,
            "stop": 1249911490
        },
        {
            "start": 1249911494,
            "stop": 1249911548
        },
        {
            "start": 1249911551,
            "stop": 1249915188
        },
        {
            "start": 1249915193,
            "stop": 1249915489
        },
        {
            "start": 1249915492,
            "stop": 1249916113
        },
        {
            "start": 1249916117,
            "stop": 1249917521
        },
        {
            "start": 1249917525,
            "stop": 1249918756
        },
        {
            "start": 1249918757,
            "stop": 1249918820
        },
        {
            "start": 1249918821,
            "stop": 1249922497
        }
    ]
}