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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=204",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 205,
    "results": [
        {
            "start": 843428177,
            "stop": 843428468
        },
        {
            "start": 843428553,
            "stop": 843430092
        },
        {
            "start": 843430189,
            "stop": 843443953
        },
        {
            "start": 843452602,
            "stop": 843457153
        },
        {
            "start": 843457183,
            "stop": 843457184
        },
        {
            "start": 843458551,
            "stop": 843460513
        },
        {
            "start": 843472128,
            "stop": 843483931
        },
        {
            "start": 843484139,
            "stop": 843485953
        },
        {
            "start": 843485983,
            "stop": 843485984
        },
        {
            "start": 843487175,
            "stop": 843489433
        },
        {
            "start": 843489440,
            "stop": 843489441
        },
        {
            "start": 843490055,
            "stop": 843491038
        },
        {
            "start": 843492070,
            "stop": 843492973
        },
        {
            "start": 843496528,
            "stop": 843501856
        },
        {
            "start": 843517347,
            "stop": 843525673
        },
        {
            "start": 843525677,
            "stop": 843525679
        },
        {
            "start": 843526228,
            "stop": 843552315
        },
        {
            "start": 843553637,
            "stop": 843557342
        },
        {
            "start": 843557989,
            "stop": 843570968
        },
        {
            "start": 843576350,
            "stop": 843577393
        }
    ]
}