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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2465",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2463",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2464,
    "results": [
        {
            "start": 874629357,
            "stop": 874631759
        },
        {
            "start": 874631776,
            "stop": 874634700
        },
        {
            "start": 874634820,
            "stop": 874635621
        },
        {
            "start": 874635638,
            "stop": 874638050
        },
        {
            "start": 874638190,
            "stop": 874641064
        },
        {
            "start": 874641081,
            "stop": 874643990
        },
        {
            "start": 874644070,
            "stop": 874647654
        },
        {
            "start": 874647671,
            "stop": 874648754
        },
        {
            "start": 874648771,
            "stop": 874649198
        },
        {
            "start": 874649215,
            "stop": 874649838
        },
        {
            "start": 874651935,
            "stop": 874665270
        },
        {
            "start": 874665360,
            "stop": 874670809
        },
        {
            "start": 874670844,
            "stop": 874670918
        },
        {
            "start": 874670925,
            "stop": 874672462
        },
        {
            "start": 874672479,
            "stop": 874673990
        },
        {
            "start": 874674070,
            "stop": 874679060
        },
        {
            "start": 874679077,
            "stop": 874680050
        },
        {
            "start": 874680190,
            "stop": 874680954
        },
        {
            "start": 874680967,
            "stop": 874681002
        },
        {
            "start": 874681010,
            "stop": 874683470
        }
    ]
}