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=5317
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=5318",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5316",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5317,
    "results": [
        {
            "start": 1137212034,
            "stop": 1137212162
        },
        {
            "start": 1137212164,
            "stop": 1137212268
        },
        {
            "start": 1137212270,
            "stop": 1137212274
        },
        {
            "start": 1137212275,
            "stop": 1137212278
        },
        {
            "start": 1137212279,
            "stop": 1137212336
        },
        {
            "start": 1137212340,
            "stop": 1137212372
        },
        {
            "start": 1137212374,
            "stop": 1137212389
        },
        {
            "start": 1137212391,
            "stop": 1137212452
        },
        {
            "start": 1137212453,
            "stop": 1137212468
        },
        {
            "start": 1137212470,
            "stop": 1137212587
        },
        {
            "start": 1137212589,
            "stop": 1137212616
        },
        {
            "start": 1137212618,
            "stop": 1137212633
        },
        {
            "start": 1137212635,
            "stop": 1137212636
        },
        {
            "start": 1137212639,
            "stop": 1137212654
        },
        {
            "start": 1137212656,
            "stop": 1137212678
        },
        {
            "start": 1137212680,
            "stop": 1137212784
        },
        {
            "start": 1137212786,
            "stop": 1137212807
        },
        {
            "start": 1137212809,
            "stop": 1137212865
        },
        {
            "start": 1137212867,
            "stop": 1137212872
        },
        {
            "start": 1137212874,
            "stop": 1137212882
        }
    ]
}