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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=649",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=647",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 648,
    "results": [
        {
            "start": 1247841552,
            "stop": 1247842466
        },
        {
            "start": 1247842468,
            "stop": 1247848143
        },
        {
            "start": 1247850449,
            "stop": 1247853906
        },
        {
            "start": 1247853910,
            "stop": 1247857869
        },
        {
            "start": 1247857873,
            "stop": 1247861355
        },
        {
            "start": 1247861359,
            "stop": 1247862526
        },
        {
            "start": 1247862530,
            "stop": 1247864516
        },
        {
            "start": 1247864524,
            "stop": 1247866916
        },
        {
            "start": 1247866920,
            "stop": 1247867554
        },
        {
            "start": 1247867555,
            "stop": 1247867633
        },
        {
            "start": 1247867644,
            "stop": 1247867716
        },
        {
            "start": 1247867717,
            "stop": 1247867760
        },
        {
            "start": 1247867763,
            "stop": 1247867875
        },
        {
            "start": 1247867877,
            "stop": 1247867918
        },
        {
            "start": 1247867919,
            "stop": 1247867936
        },
        {
            "start": 1247867938,
            "stop": 1247867940
        },
        {
            "start": 1247867941,
            "stop": 1247867970
        },
        {
            "start": 1247867975,
            "stop": 1247868037
        },
        {
            "start": 1247868042,
            "stop": 1247868091
        },
        {
            "start": 1247868092,
            "stop": 1247868163
        }
    ]
}