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/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4716
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=4717",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4715",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4716,
    "results": [
        {
            "start": 969992823,
            "stop": 969992883
        },
        {
            "start": 969992886,
            "stop": 969992911
        },
        {
            "start": 969992914,
            "stop": 969993023
        },
        {
            "start": 969993026,
            "stop": 969993207
        },
        {
            "start": 969993210,
            "stop": 969993228
        },
        {
            "start": 969993231,
            "stop": 969993237
        },
        {
            "start": 969993240,
            "stop": 969993325
        },
        {
            "start": 969993328,
            "stop": 969993516
        },
        {
            "start": 969993519,
            "stop": 969993603
        },
        {
            "start": 969993606,
            "stop": 969993758
        },
        {
            "start": 969993761,
            "stop": 969993788
        },
        {
            "start": 969993791,
            "stop": 969993826
        },
        {
            "start": 969993829,
            "stop": 969993845
        },
        {
            "start": 969993848,
            "stop": 969993866
        },
        {
            "start": 969993869,
            "stop": 969993953
        },
        {
            "start": 969993956,
            "stop": 969994080
        },
        {
            "start": 969994083,
            "stop": 969994162
        },
        {
            "start": 969994165,
            "stop": 969994283
        },
        {
            "start": 969994286,
            "stop": 969994341
        },
        {
            "start": 969994344,
            "stop": 969994428
        }
    ]
}