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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=143",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 144,
    "results": [
        {
            "start": 818770653,
            "stop": 818770679
        },
        {
            "start": 818777674,
            "stop": 818777731
        },
        {
            "start": 818777738,
            "stop": 818777891
        },
        {
            "start": 818777899,
            "stop": 818777959
        },
        {
            "start": 818777966,
            "stop": 818777969
        },
        {
            "start": 818777976,
            "stop": 818778096
        },
        {
            "start": 818778103,
            "stop": 818778112
        },
        {
            "start": 818778119,
            "stop": 818778131
        },
        {
            "start": 818778139,
            "stop": 818778218
        },
        {
            "start": 818778226,
            "stop": 818778317
        },
        {
            "start": 818778324,
            "stop": 818778485
        },
        {
            "start": 818778492,
            "stop": 818778582
        },
        {
            "start": 818778590,
            "stop": 818779007
        },
        {
            "start": 818779037,
            "stop": 818779118
        },
        {
            "start": 818779125,
            "stop": 818779146
        },
        {
            "start": 818779179,
            "stop": 818779393
        },
        {
            "start": 818779585,
            "stop": 818779693
        },
        {
            "start": 818779816,
            "stop": 818779832
        },
        {
            "start": 818779840,
            "stop": 818779915
        },
        {
            "start": 818779923,
            "stop": 818780234
        }
    ]
}