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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=898",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=896",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 897,
    "results": [
        {
            "start": 971375227,
            "stop": 971376789
        },
        {
            "start": 971376795,
            "stop": 971377525
        },
        {
            "start": 971379215,
            "stop": 971387267
        },
        {
            "start": 971387273,
            "stop": 971387463
        },
        {
            "start": 971387469,
            "stop": 971397690
        },
        {
            "start": 971398339,
            "stop": 971399060
        },
        {
            "start": 971399066,
            "stop": 971400227
        },
        {
            "start": 971401223,
            "stop": 971402947
        },
        {
            "start": 971402953,
            "stop": 971403446
        },
        {
            "start": 971405860,
            "stop": 971405908
        },
        {
            "start": 971405914,
            "stop": 971407422
        },
        {
            "start": 971407428,
            "stop": 971407471
        },
        {
            "start": 971407477,
            "stop": 971407828
        },
        {
            "start": 971407834,
            "stop": 971408038
        },
        {
            "start": 971408697,
            "stop": 971409077
        },
        {
            "start": 971409082,
            "stop": 971409706
        },
        {
            "start": 971409712,
            "stop": 971411560
        },
        {
            "start": 971412994,
            "stop": 971413179
        },
        {
            "start": 971414006,
            "stop": 971414158
        },
        {
            "start": 971414164,
            "stop": 971414800
        }
    ]
}