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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=190",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 191,
    "results": [
        {
            "start": 816848387,
            "stop": 816848423
        },
        {
            "start": 816848427,
            "stop": 816848432
        },
        {
            "start": 816848438,
            "stop": 816848458
        },
        {
            "start": 816848464,
            "stop": 816848541
        },
        {
            "start": 816848545,
            "stop": 816848549
        },
        {
            "start": 816848555,
            "stop": 816848556
        },
        {
            "start": 816848561,
            "stop": 816848563
        },
        {
            "start": 816848569,
            "stop": 816848580
        },
        {
            "start": 816848584,
            "stop": 816848588
        },
        {
            "start": 816848593,
            "stop": 816848596
        },
        {
            "start": 816848600,
            "stop": 816848602
        },
        {
            "start": 816848608,
            "stop": 816848616
        },
        {
            "start": 816848627,
            "stop": 816848628
        },
        {
            "start": 816848632,
            "stop": 816848658
        },
        {
            "start": 816848664,
            "stop": 816848696
        },
        {
            "start": 816848701,
            "stop": 816848706
        },
        {
            "start": 816848710,
            "stop": 816848759
        },
        {
            "start": 816848765,
            "stop": 816848770
        },
        {
            "start": 816848785,
            "stop": 816848817
        },
        {
            "start": 816848834,
            "stop": 816848837
        }
    ]
}