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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=147",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 148,
    "results": [
        {
            "start": 816765284,
            "stop": 816765287
        },
        {
            "start": 816765291,
            "stop": 816765328
        },
        {
            "start": 816765333,
            "stop": 816765401
        },
        {
            "start": 816765406,
            "stop": 816765444
        },
        {
            "start": 816765448,
            "stop": 816765463
        },
        {
            "start": 816765466,
            "stop": 816765500
        },
        {
            "start": 816765503,
            "stop": 816765599
        },
        {
            "start": 816765602,
            "stop": 816765611
        },
        {
            "start": 816765616,
            "stop": 816765718
        },
        {
            "start": 816765722,
            "stop": 816765730
        },
        {
            "start": 816765735,
            "stop": 816765751
        },
        {
            "start": 816765755,
            "stop": 816765764
        },
        {
            "start": 816765767,
            "stop": 816765770
        },
        {
            "start": 816765775,
            "stop": 816765801
        },
        {
            "start": 816765804,
            "stop": 816765808
        },
        {
            "start": 816765813,
            "stop": 816765831
        },
        {
            "start": 816765835,
            "stop": 816765841
        },
        {
            "start": 816765845,
            "stop": 816765847
        },
        {
            "start": 816765851,
            "stop": 816765933
        },
        {
            "start": 816765939,
            "stop": 816765964
        }
    ]
}