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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5221",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5222,
    "results": [
        {
            "start": 969992464,
            "stop": 969992492
        },
        {
            "start": 969992495,
            "stop": 969992512
        },
        {
            "start": 969992515,
            "stop": 969992600
        },
        {
            "start": 969992603,
            "stop": 969992785
        },
        {
            "start": 969992788,
            "stop": 969992808
        },
        {
            "start": 969992812,
            "stop": 969992820
        },
        {
            "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
        }
    ]
}