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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4849",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4847",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4848,
    "results": [
        {
            "start": 971412999,
            "stop": 971413179
        },
        {
            "start": 971414006,
            "stop": 971414150
        },
        {
            "start": 971414168,
            "stop": 971414299
        },
        {
            "start": 971414302,
            "stop": 971414470
        },
        {
            "start": 971414473,
            "stop": 971414619
        },
        {
            "start": 971414622,
            "stop": 971414655
        },
        {
            "start": 971414658,
            "stop": 971414800
        },
        {
            "start": 971415594,
            "stop": 971415739
        },
        {
            "start": 971415742,
            "stop": 971415758
        },
        {
            "start": 971415776,
            "stop": 971415982
        },
        {
            "start": 971415985,
            "stop": 971416667
        },
        {
            "start": 971416670,
            "stop": 971417099
        },
        {
            "start": 971417102,
            "stop": 971417239
        },
        {
            "start": 971417242,
            "stop": 971417593
        },
        {
            "start": 971417596,
            "stop": 971418171
        },
        {
            "start": 971418174,
            "stop": 971418797
        },
        {
            "start": 971418800,
            "stop": 971419293
        },
        {
            "start": 971419296,
            "stop": 971419329
        },
        {
            "start": 971419332,
            "stop": 971421115
        },
        {
            "start": 971421118,
            "stop": 971421319
        }
    ]
}