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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=237",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 238,
    "results": [
        {
            "start": 843922676,
            "stop": 843922785
        },
        {
            "start": 843947015,
            "stop": 843948869
        },
        {
            "start": 843949355,
            "stop": 843949446
        },
        {
            "start": 843949688,
            "stop": 843965914
        },
        {
            "start": 843966690,
            "stop": 843966750
        },
        {
            "start": 843966860,
            "stop": 843967237
        },
        {
            "start": 843967537,
            "stop": 843990246
        },
        {
            "start": 843990364,
            "stop": 844007059
        },
        {
            "start": 844007359,
            "stop": 844008226
        },
        {
            "start": 844008336,
            "stop": 844008384
        },
        {
            "start": 844008848,
            "stop": 844010704
        },
        {
            "start": 844010814,
            "stop": 844011006
        },
        {
            "start": 844011562,
            "stop": 844012104
        },
        {
            "start": 844012655,
            "stop": 844013533
        },
        {
            "start": 844013833,
            "stop": 844015078
        },
        {
            "start": 844015378,
            "stop": 844015867
        },
        {
            "start": 844016292,
            "stop": 844017598
        },
        {
            "start": 844017898,
            "stop": 844018113
        },
        {
            "start": 844018223,
            "stop": 844018304
        },
        {
            "start": 844018604,
            "stop": 844018656
        }
    ]
}