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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=54",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 55,
    "results": [
        {
            "start": 816459502,
            "stop": 816459716
        },
        {
            "start": 816459721,
            "stop": 816459781
        },
        {
            "start": 816459788,
            "stop": 816459805
        },
        {
            "start": 816459809,
            "stop": 816459821
        },
        {
            "start": 816459826,
            "stop": 816459845
        },
        {
            "start": 816459852,
            "stop": 816459854
        },
        {
            "start": 816459860,
            "stop": 816459862
        },
        {
            "start": 816459869,
            "stop": 816459944
        },
        {
            "start": 816459948,
            "stop": 816460010
        },
        {
            "start": 816460017,
            "stop": 816460019
        },
        {
            "start": 816460025,
            "stop": 816460027
        },
        {
            "start": 816460032,
            "stop": 816460056
        },
        {
            "start": 816460061,
            "stop": 816460064
        },
        {
            "start": 816460070,
            "stop": 816460073
        },
        {
            "start": 816460078,
            "stop": 816460142
        },
        {
            "start": 816460147,
            "stop": 816460171
        },
        {
            "start": 816460176,
            "stop": 816460259
        },
        {
            "start": 816460263,
            "stop": 816460296
        },
        {
            "start": 816460301,
            "stop": 816460302
        },
        {
            "start": 816460308,
            "stop": 816460390
        }
    ]
}