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=6616
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=6617",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6615",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6616,
    "results": [
        {
            "start": 874791899,
            "stop": 874792081
        },
        {
            "start": 874792082,
            "stop": 874792352
        },
        {
            "start": 874792353,
            "stop": 874792850
        },
        {
            "start": 874792851,
            "stop": 874793011
        },
        {
            "start": 874793012,
            "stop": 874793014
        },
        {
            "start": 874793015,
            "stop": 874793054
        },
        {
            "start": 874793055,
            "stop": 874793074
        },
        {
            "start": 874793076,
            "stop": 874793204
        },
        {
            "start": 874793205,
            "stop": 874793540
        },
        {
            "start": 874793541,
            "stop": 874793575
        },
        {
            "start": 874793576,
            "stop": 874793844
        },
        {
            "start": 874793845,
            "stop": 874793937
        },
        {
            "start": 874793939,
            "stop": 874794022
        },
        {
            "start": 874794024,
            "stop": 874794121
        },
        {
            "start": 874794122,
            "stop": 874794292
        },
        {
            "start": 874794294,
            "stop": 874794360
        },
        {
            "start": 874794362,
            "stop": 874794392
        },
        {
            "start": 874794393,
            "stop": 874794466
        },
        {
            "start": 874794468,
            "stop": 874794481
        },
        {
            "start": 874794482,
            "stop": 874794518
        }
    ]
}