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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5696",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5697,
    "results": [
        {
            "start": 874581711,
            "stop": 874581730
        },
        {
            "start": 874581734,
            "stop": 874581864
        },
        {
            "start": 874581867,
            "stop": 874581914
        },
        {
            "start": 874581917,
            "stop": 874582134
        },
        {
            "start": 874582137,
            "stop": 874582175
        },
        {
            "start": 874582178,
            "stop": 874582197
        },
        {
            "start": 874582200,
            "stop": 874582279
        },
        {
            "start": 874582283,
            "stop": 874582313
        },
        {
            "start": 874582316,
            "stop": 874582504
        },
        {
            "start": 874582507,
            "stop": 874582628
        },
        {
            "start": 874582632,
            "stop": 874583042
        },
        {
            "start": 874583045,
            "stop": 874583288
        },
        {
            "start": 874583291,
            "stop": 874583456
        },
        {
            "start": 874583459,
            "stop": 874583477
        },
        {
            "start": 874583480,
            "stop": 874583573
        },
        {
            "start": 874583577,
            "stop": 874583688
        },
        {
            "start": 874583691,
            "stop": 874583706
        },
        {
            "start": 874583709,
            "stop": 874584034
        },
        {
            "start": 874584037,
            "stop": 874584056
        },
        {
            "start": 874584059,
            "stop": 874584175
        }
    ]
}