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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2151",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2152,
    "results": [
        {
            "start": 872322595,
            "stop": 872322611
        },
        {
            "start": 872322667,
            "stop": 872322687
        },
        {
            "start": 872322750,
            "stop": 872322901
        },
        {
            "start": 872322920,
            "stop": 872323127
        },
        {
            "start": 872323146,
            "stop": 872323171
        },
        {
            "start": 872323190,
            "stop": 872323567
        },
        {
            "start": 872323603,
            "stop": 872323711
        },
        {
            "start": 872323737,
            "stop": 872323905
        },
        {
            "start": 872323924,
            "stop": 872324198
        },
        {
            "start": 872324217,
            "stop": 872324322
        },
        {
            "start": 872324341,
            "stop": 872324349
        },
        {
            "start": 872324368,
            "stop": 872324437
        },
        {
            "start": 872324457,
            "stop": 872324459
        },
        {
            "start": 872324478,
            "stop": 872324505
        },
        {
            "start": 872324524,
            "stop": 872324564
        },
        {
            "start": 872324583,
            "stop": 872324597
        },
        {
            "start": 872324616,
            "stop": 872324684
        },
        {
            "start": 872324701,
            "stop": 872324994
        },
        {
            "start": 872325013,
            "stop": 872325252
        },
        {
            "start": 872326125,
            "stop": 872327600
        }
    ]
}