Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7232
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7231",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7232,
    "results": [
        {
            "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
        },
        {
            "start": 874794519,
            "stop": 874794652
        },
        {
            "start": 874794653,
            "stop": 874794732
        },
        {
            "start": 874794734,
            "stop": 874794795
        },
        {
            "start": 874794796,
            "stop": 874795066
        },
        {
            "start": 874795067,
            "stop": 874795202
        }
    ]
}