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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46816",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46817,
    "results": [
        {
            "start": 875127552,
            "stop": 875127554
        },
        {
            "start": 875127555,
            "stop": 875127562
        },
        {
            "start": 875127563,
            "stop": 875127568
        },
        {
            "start": 875127571,
            "stop": 875127586
        },
        {
            "start": 875127592,
            "stop": 875127600
        },
        {
            "start": 875127602,
            "stop": 875127611
        },
        {
            "start": 875127612,
            "stop": 875127643
        },
        {
            "start": 875127646,
            "stop": 875127663
        },
        {
            "start": 875127666,
            "stop": 875127703
        },
        {
            "start": 875127704,
            "stop": 875127758
        },
        {
            "start": 875127764,
            "stop": 875127873
        },
        {
            "start": 875127876,
            "stop": 875127882
        },
        {
            "start": 875127885,
            "stop": 875127921
        },
        {
            "start": 875127924,
            "stop": 875127941
        },
        {
            "start": 875127942,
            "stop": 875127955
        },
        {
            "start": 875127956,
            "stop": 875127974
        },
        {
            "start": 875127977,
            "stop": 875128021
        },
        {
            "start": 875128022,
            "stop": 875128036
        },
        {
            "start": 875128037,
            "stop": 875128086
        },
        {
            "start": 875128089,
            "stop": 875128108
        }
    ]
}