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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4949",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4950,
    "results": [
        {
            "start": 874434043,
            "stop": 874434047
        },
        {
            "start": 874434055,
            "stop": 874434114
        },
        {
            "start": 874434121,
            "stop": 874434159
        },
        {
            "start": 874434166,
            "stop": 874434185
        },
        {
            "start": 874434199,
            "stop": 874434207
        },
        {
            "start": 874434214,
            "stop": 874434232
        },
        {
            "start": 874434251,
            "stop": 874434428
        },
        {
            "start": 874434438,
            "stop": 874434509
        },
        {
            "start": 874434518,
            "stop": 874434600
        },
        {
            "start": 874434607,
            "stop": 874434627
        },
        {
            "start": 874434634,
            "stop": 874434707
        },
        {
            "start": 874434714,
            "stop": 874434777
        },
        {
            "start": 874434792,
            "stop": 874434812
        },
        {
            "start": 874434819,
            "stop": 874434862
        },
        {
            "start": 874434870,
            "stop": 874434927
        },
        {
            "start": 874434934,
            "stop": 874434954
        },
        {
            "start": 874434961,
            "stop": 874435032
        },
        {
            "start": 874435039,
            "stop": 874435056
        },
        {
            "start": 874435066,
            "stop": 874435081
        },
        {
            "start": 874435088,
            "stop": 874435306
        }
    ]
}