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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6529",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6527",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6528,
    "results": [
        {
            "start": 874321028,
            "stop": 874321177
        },
        {
            "start": 874321178,
            "stop": 874321195
        },
        {
            "start": 874321196,
            "stop": 874321698
        },
        {
            "start": 874321699,
            "stop": 874322059
        },
        {
            "start": 874322060,
            "stop": 874322681
        },
        {
            "start": 874322682,
            "stop": 874322699
        },
        {
            "start": 874322700,
            "stop": 874322834
        },
        {
            "start": 874322835,
            "stop": 874322885
        },
        {
            "start": 874322887,
            "stop": 874323328
        },
        {
            "start": 874323329,
            "stop": 874324331
        },
        {
            "start": 874324333,
            "stop": 874324596
        },
        {
            "start": 874324598,
            "stop": 874324652
        },
        {
            "start": 874324653,
            "stop": 874324990
        },
        {
            "start": 874324991,
            "stop": 874325147
        },
        {
            "start": 874325149,
            "stop": 874325516
        },
        {
            "start": 874325517,
            "stop": 874326468
        },
        {
            "start": 874326469,
            "stop": 874326531
        },
        {
            "start": 874326532,
            "stop": 874326564
        },
        {
            "start": 874326566,
            "stop": 874327060
        },
        {
            "start": 874327061,
            "stop": 874327070
        }
    ]
}