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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5770",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5768",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5769,
    "results": [
        {
            "start": 874647603,
            "stop": 874647621
        },
        {
            "start": 874647624,
            "stop": 874647695
        },
        {
            "start": 874647699,
            "stop": 874647709
        },
        {
            "start": 874647712,
            "stop": 874647741
        },
        {
            "start": 874647744,
            "stop": 874647757
        },
        {
            "start": 874647760,
            "stop": 874647857
        },
        {
            "start": 874647860,
            "stop": 874647890
        },
        {
            "start": 874647893,
            "stop": 874647926
        },
        {
            "start": 874647929,
            "stop": 874647931
        },
        {
            "start": 874647934,
            "stop": 874647939
        },
        {
            "start": 874647942,
            "stop": 874647972
        },
        {
            "start": 874647980,
            "stop": 874648009
        },
        {
            "start": 874648012,
            "stop": 874648110
        },
        {
            "start": 874648113,
            "stop": 874648153
        },
        {
            "start": 874648156,
            "stop": 874648192
        },
        {
            "start": 874648195,
            "stop": 874648234
        },
        {
            "start": 874648237,
            "stop": 874648306
        },
        {
            "start": 874648312,
            "stop": 874648336
        },
        {
            "start": 874648339,
            "stop": 874648368
        },
        {
            "start": 874648371,
            "stop": 874648379
        }
    ]
}