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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=483",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=481",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 482,
    "results": [
        {
            "start": 866150509,
            "stop": 866151772
        },
        {
            "start": 866152265,
            "stop": 866159523
        },
        {
            "start": 866159866,
            "stop": 866159901
        },
        {
            "start": 866160201,
            "stop": 866160695
        },
        {
            "start": 866161105,
            "stop": 866161241
        },
        {
            "start": 866161351,
            "stop": 866161450
        },
        {
            "start": 866161750,
            "stop": 866162685
        },
        {
            "start": 866162686,
            "stop": 866162809
        },
        {
            "start": 866162919,
            "stop": 866163007
        },
        {
            "start": 866163307,
            "stop": 866164159
        },
        {
            "start": 866164269,
            "stop": 866164479
        },
        {
            "start": 866164779,
            "stop": 866164795
        },
        {
            "start": 866164905,
            "stop": 866164909
        },
        {
            "start": 866164911,
            "stop": 866164917
        },
        {
            "start": 866165263,
            "stop": 866165356
        },
        {
            "start": 866165358,
            "stop": 866165397
        },
        {
            "start": 866165400,
            "stop": 866165420
        },
        {
            "start": 866165423,
            "stop": 866165447
        },
        {
            "start": 866165450,
            "stop": 866165510
        },
        {
            "start": 866165515,
            "stop": 866165516
        }
    ]
}