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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=234",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 235,
    "results": [
        {
            "start": 1136433637,
            "stop": 1136433782
        },
        {
            "start": 1136433785,
            "stop": 1136433911
        },
        {
            "start": 1136433915,
            "stop": 1136433920
        },
        {
            "start": 1136433923,
            "stop": 1136433998
        },
        {
            "start": 1136434001,
            "stop": 1136434023
        },
        {
            "start": 1136434026,
            "stop": 1136434029
        },
        {
            "start": 1136434032,
            "stop": 1136434040
        },
        {
            "start": 1136434043,
            "stop": 1136434051
        },
        {
            "start": 1136434054,
            "stop": 1136434056
        },
        {
            "start": 1136434059,
            "stop": 1136434063
        },
        {
            "start": 1136434069,
            "stop": 1136434079
        },
        {
            "start": 1136434082,
            "stop": 1136434086
        },
        {
            "start": 1136434089,
            "stop": 1136434093
        },
        {
            "start": 1136434098,
            "stop": 1136434213
        },
        {
            "start": 1136434216,
            "stop": 1136434245
        },
        {
            "start": 1136434248,
            "stop": 1136434290
        },
        {
            "start": 1136434293,
            "stop": 1136434309
        },
        {
            "start": 1136434314,
            "stop": 1136434326
        },
        {
            "start": 1136434333,
            "stop": 1136434454
        },
        {
            "start": 1136434459,
            "stop": 1136434536
        }
    ]
}