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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=183",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 184,
    "results": [
        {
            "start": 816844386,
            "stop": 816844481
        },
        {
            "start": 816844485,
            "stop": 816844487
        },
        {
            "start": 816844499,
            "stop": 816844501
        },
        {
            "start": 816844507,
            "stop": 816844529
        },
        {
            "start": 816844535,
            "stop": 816844549
        },
        {
            "start": 816844557,
            "stop": 816844558
        },
        {
            "start": 816844566,
            "stop": 816844579
        },
        {
            "start": 816844593,
            "stop": 816844627
        },
        {
            "start": 816844662,
            "stop": 816844685
        },
        {
            "start": 816844688,
            "stop": 816844729
        },
        {
            "start": 816844735,
            "stop": 816844737
        },
        {
            "start": 816844749,
            "stop": 816844788
        },
        {
            "start": 816844791,
            "stop": 816844805
        },
        {
            "start": 816844810,
            "stop": 816844813
        },
        {
            "start": 816844819,
            "stop": 816844820
        },
        {
            "start": 816844826,
            "stop": 816844854
        },
        {
            "start": 816844858,
            "stop": 816844863
        },
        {
            "start": 816844867,
            "stop": 816844897
        },
        {
            "start": 816844900,
            "stop": 816844917
        },
        {
            "start": 816844921,
            "stop": 816844947
        }
    ]
}