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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=64",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 65,
    "results": [
        {
            "start": 816468338,
            "stop": 816468340
        },
        {
            "start": 816468348,
            "stop": 816468378
        },
        {
            "start": 816468382,
            "stop": 816468440
        },
        {
            "start": 816468444,
            "stop": 816468456
        },
        {
            "start": 816468461,
            "stop": 816468580
        },
        {
            "start": 816468584,
            "stop": 816468642
        },
        {
            "start": 816468646,
            "stop": 816468652
        },
        {
            "start": 816468657,
            "stop": 816468688
        },
        {
            "start": 816468691,
            "stop": 816468769
        },
        {
            "start": 816468773,
            "stop": 816468827
        },
        {
            "start": 816468831,
            "stop": 816468832
        },
        {
            "start": 816468836,
            "stop": 816468849
        },
        {
            "start": 816468853,
            "stop": 816468864
        },
        {
            "start": 816468868,
            "stop": 816468870
        },
        {
            "start": 816468877,
            "stop": 816469030
        },
        {
            "start": 816469035,
            "stop": 816469036
        },
        {
            "start": 816469043,
            "stop": 816469045
        },
        {
            "start": 816469049,
            "stop": 816469071
        },
        {
            "start": 816469077,
            "stop": 816469079
        },
        {
            "start": 816469086,
            "stop": 816469122
        }
    ]
}