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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1167",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1168,
    "results": [
        {
            "start": 952255778,
            "stop": 952258528
        },
        {
            "start": 952258530,
            "stop": 952258615
        },
        {
            "start": 952258617,
            "stop": 952259473
        },
        {
            "start": 952259475,
            "stop": 952259756
        },
        {
            "start": 952259758,
            "stop": 952260276
        },
        {
            "start": 952260278,
            "stop": 952260516
        },
        {
            "start": 952260518,
            "stop": 952261151
        },
        {
            "start": 952261153,
            "stop": 952261783
        },
        {
            "start": 952261786,
            "stop": 952261941
        },
        {
            "start": 952267420,
            "stop": 952269394
        },
        {
            "start": 952273431,
            "stop": 952274553
        },
        {
            "start": 952274555,
            "stop": 952278846
        },
        {
            "start": 952278848,
            "stop": 952281859
        },
        {
            "start": 952284000,
            "stop": 952286699
        },
        {
            "start": 952286700,
            "stop": 952287272
        },
        {
            "start": 952287274,
            "stop": 952291398
        },
        {
            "start": 952294314,
            "stop": 952294583
        },
        {
            "start": 952294843,
            "stop": 952295634
        },
        {
            "start": 952295636,
            "stop": 952306318
        },
        {
            "start": 952310295,
            "stop": 952311667
        }
    ]
}