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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7117",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7118,
    "results": [
        {
            "start": 874696653,
            "stop": 874696786
        },
        {
            "start": 874696787,
            "stop": 874696980
        },
        {
            "start": 874696983,
            "stop": 874696984
        },
        {
            "start": 874696989,
            "stop": 874697011
        },
        {
            "start": 874697014,
            "stop": 874697109
        },
        {
            "start": 874697110,
            "stop": 874697406
        },
        {
            "start": 874697409,
            "stop": 874697417
        },
        {
            "start": 874697422,
            "stop": 874697479
        },
        {
            "start": 874697482,
            "stop": 874697561
        },
        {
            "start": 874697562,
            "stop": 874697586
        },
        {
            "start": 874697587,
            "stop": 874697651
        },
        {
            "start": 874697935,
            "stop": 874698091
        },
        {
            "start": 874698092,
            "stop": 874698100
        },
        {
            "start": 874698101,
            "stop": 874699046
        },
        {
            "start": 874699047,
            "stop": 874699051
        },
        {
            "start": 874699052,
            "stop": 874699120
        },
        {
            "start": 874699122,
            "stop": 874699149
        },
        {
            "start": 874699150,
            "stop": 874699168
        },
        {
            "start": 874699169,
            "stop": 874699190
        },
        {
            "start": 874699191,
            "stop": 874699292
        }
    ]
}