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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5199",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5197",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5198,
    "results": [
        {
            "start": 1137028657,
            "stop": 1137028667
        },
        {
            "start": 1137028669,
            "stop": 1137028676
        },
        {
            "start": 1137028678,
            "stop": 1137028691
        },
        {
            "start": 1137028693,
            "stop": 1137028697
        },
        {
            "start": 1137028699,
            "stop": 1137028700
        },
        {
            "start": 1137028702,
            "stop": 1137028707
        },
        {
            "start": 1137028709,
            "stop": 1137028711
        },
        {
            "start": 1137028713,
            "stop": 1137028715
        },
        {
            "start": 1137028717,
            "stop": 1137028722
        },
        {
            "start": 1137028724,
            "stop": 1137028733
        },
        {
            "start": 1137028735,
            "stop": 1137028744
        },
        {
            "start": 1137028746,
            "stop": 1137028751
        },
        {
            "start": 1137028753,
            "stop": 1137028942
        },
        {
            "start": 1137028944,
            "stop": 1137028945
        },
        {
            "start": 1137028947,
            "stop": 1137028954
        },
        {
            "start": 1137028956,
            "stop": 1137028957
        },
        {
            "start": 1137028959,
            "stop": 1137028967
        },
        {
            "start": 1137028969,
            "stop": 1137028987
        },
        {
            "start": 1137028989,
            "stop": 1137029002
        },
        {
            "start": 1137029006,
            "stop": 1137029040
        }
    ]
}