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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=359",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 360,
    "results": [
        {
            "start": 835253454,
            "stop": 835255314
        },
        {
            "start": 835256795,
            "stop": 835257635
        },
        {
            "start": 835257843,
            "stop": 835258023
        },
        {
            "start": 835258639,
            "stop": 835259659
        },
        {
            "start": 835259809,
            "stop": 835265119
        },
        {
            "start": 835265309,
            "stop": 835265699
        },
        {
            "start": 835265849,
            "stop": 835270649
        },
        {
            "start": 835270862,
            "stop": 835276382
        },
        {
            "start": 835276547,
            "stop": 835277027
        },
        {
            "start": 835277201,
            "stop": 835277801
        },
        {
            "start": 835279435,
            "stop": 835280815
        },
        {
            "start": 835281133,
            "stop": 835281253
        },
        {
            "start": 835281414,
            "stop": 835281474
        },
        {
            "start": 835281776,
            "stop": 835281956
        },
        {
            "start": 835283205,
            "stop": 835283265
        },
        {
            "start": 835283487,
            "stop": 835283547
        },
        {
            "start": 835283720,
            "stop": 835283840
        },
        {
            "start": 835284197,
            "stop": 835284617
        },
        {
            "start": 835284890,
            "stop": 835285250
        },
        {
            "start": 835285408,
            "stop": 835285528
        }
    ]
}