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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=295",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 296,
    "results": [
        {
            "start": 822406343,
            "stop": 822406392
        },
        {
            "start": 822406397,
            "stop": 822406407
        },
        {
            "start": 822406413,
            "stop": 822406439
        },
        {
            "start": 822406444,
            "stop": 822406454
        },
        {
            "start": 822406459,
            "stop": 822406498
        },
        {
            "start": 822406520,
            "stop": 822406548
        },
        {
            "start": 822406556,
            "stop": 822406565
        },
        {
            "start": 822408266,
            "stop": 822408517
        },
        {
            "start": 822408522,
            "stop": 822408825
        },
        {
            "start": 822408830,
            "stop": 822408991
        },
        {
            "start": 822408996,
            "stop": 822409104
        },
        {
            "start": 822409109,
            "stop": 822409233
        },
        {
            "start": 822409238,
            "stop": 822409337
        },
        {
            "start": 822409344,
            "stop": 822409460
        },
        {
            "start": 822409467,
            "stop": 822409506
        },
        {
            "start": 822409513,
            "stop": 822409554
        },
        {
            "start": 822409567,
            "stop": 822409711
        },
        {
            "start": 822409716,
            "stop": 822409747
        },
        {
            "start": 822409755,
            "stop": 822409940
        },
        {
            "start": 822409945,
            "stop": 822410096
        }
    ]
}