Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10035
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10034",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10035,
    "results": [
        {
            "start": 872548069,
            "stop": 872548158
        },
        {
            "start": 872548175,
            "stop": 872548289
        },
        {
            "start": 872548306,
            "stop": 872548586
        },
        {
            "start": 872548604,
            "stop": 872549580
        },
        {
            "start": 872549640,
            "stop": 872550161
        },
        {
            "start": 872550197,
            "stop": 872551265
        },
        {
            "start": 872551301,
            "stop": 872553171
        },
        {
            "start": 872553208,
            "stop": 872553366
        },
        {
            "start": 872553517,
            "stop": 872553758
        },
        {
            "start": 872553878,
            "stop": 872554281
        },
        {
            "start": 872554390,
            "stop": 872554393
        },
        {
            "start": 872554465,
            "stop": 872554991
        },
        {
            "start": 872555027,
            "stop": 872555468
        },
        {
            "start": 872555485,
            "stop": 872555616
        },
        {
            "start": 872555633,
            "stop": 872556002
        },
        {
            "start": 872556039,
            "stop": 872556118
        },
        {
            "start": 872556154,
            "stop": 872556304
        },
        {
            "start": 872556383,
            "stop": 872556386
        },
        {
            "start": 872556458,
            "stop": 872556499
        },
        {
            "start": 872556535,
            "stop": 872557221
        }
    ]
}