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=528
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=529",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=527",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 528,
    "results": [
        {
            "start": 869964303,
            "stop": 869964310
        },
        {
            "start": 869964315,
            "stop": 869964322
        },
        {
            "start": 869964328,
            "stop": 869985032
        },
        {
            "start": 869985038,
            "stop": 869986914
        },
        {
            "start": 869987214,
            "stop": 869992033
        },
        {
            "start": 869992143,
            "stop": 869993055
        },
        {
            "start": 869993355,
            "stop": 869995940
        },
        {
            "start": 869995948,
            "stop": 870007482
        },
        {
            "start": 870008831,
            "stop": 870010430
        },
        {
            "start": 870010435,
            "stop": 870010452
        },
        {
            "start": 870010458,
            "stop": 870010480
        },
        {
            "start": 870010488,
            "stop": 870011525
        },
        {
            "start": 870011528,
            "stop": 870011549
        },
        {
            "start": 870011653,
            "stop": 870013857
        },
        {
            "start": 870013863,
            "stop": 870020122
        },
        {
            "start": 870020130,
            "stop": 870020142
        },
        {
            "start": 870020148,
            "stop": 870023831
        },
        {
            "start": 870030460,
            "stop": 870030784
        },
        {
            "start": 870031049,
            "stop": 870031314
        },
        {
            "start": 870031391,
            "stop": 870031409
        }
    ]
}