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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=130",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 131,
    "results": [
        {
            "start": 833998912,
            "stop": 833998915
        },
        {
            "start": 833999788,
            "stop": 834002537
        },
        {
            "start": 834002837,
            "stop": 834003010
        },
        {
            "start": 834003550,
            "stop": 834003720
        },
        {
            "start": 834004136,
            "stop": 834004272
        },
        {
            "start": 834004645,
            "stop": 834005012
        },
        {
            "start": 834005427,
            "stop": 834013338
        },
        {
            "start": 834013638,
            "stop": 834022883
        },
        {
            "start": 834022885,
            "stop": 834037308
        },
        {
            "start": 834038517,
            "stop": 834039003
        },
        {
            "start": 834039005,
            "stop": 834039009
        },
        {
            "start": 834039010,
            "stop": 834040680
        },
        {
            "start": 834040850,
            "stop": 834047958
        },
        {
            "start": 834054406,
            "stop": 834069536
        },
        {
            "start": 834074572,
            "stop": 834074637
        },
        {
            "start": 834074719,
            "stop": 834090424
        },
        {
            "start": 834090425,
            "stop": 834091980
        },
        {
            "start": 834095636,
            "stop": 834095640
        },
        {
            "start": 834095998,
            "stop": 834097570
        },
        {
            "start": 834097572,
            "stop": 834097699
        }
    ]
}