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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=141",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 142,
    "results": [
        {
            "start": 816760194,
            "stop": 816760204
        },
        {
            "start": 816760207,
            "stop": 816760211
        },
        {
            "start": 816760215,
            "stop": 816760383
        },
        {
            "start": 816760386,
            "stop": 816760390
        },
        {
            "start": 816760398,
            "stop": 816760403
        },
        {
            "start": 816760406,
            "stop": 816760454
        },
        {
            "start": 816760458,
            "stop": 816760467
        },
        {
            "start": 816760471,
            "stop": 816760703
        },
        {
            "start": 816760708,
            "stop": 816760716
        },
        {
            "start": 816760720,
            "stop": 816760724
        },
        {
            "start": 816760728,
            "stop": 816760805
        },
        {
            "start": 816760809,
            "stop": 816760817
        },
        {
            "start": 816760821,
            "stop": 816760823
        },
        {
            "start": 816760830,
            "stop": 816760843
        },
        {
            "start": 816760847,
            "stop": 816760876
        },
        {
            "start": 816760881,
            "stop": 816760883
        },
        {
            "start": 816760887,
            "stop": 816760890
        },
        {
            "start": 816760895,
            "stop": 816760897
        },
        {
            "start": 816760901,
            "stop": 816760995
        },
        {
            "start": 816760999,
            "stop": 816761002
        }
    ]
}