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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=321",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 322,
    "results": [
        {
            "start": 844017214,
            "stop": 844020561
        },
        {
            "start": 844022618,
            "stop": 844024413
        },
        {
            "start": 844024544,
            "stop": 844026394
        },
        {
            "start": 844027408,
            "stop": 844029655
        },
        {
            "start": 844030652,
            "stop": 844030875
        },
        {
            "start": 844030917,
            "stop": 844034703
        },
        {
            "start": 844034826,
            "stop": 844035218
        },
        {
            "start": 844035220,
            "stop": 844035223
        },
        {
            "start": 844035225,
            "stop": 844044231
        },
        {
            "start": 844044670,
            "stop": 844047063
        },
        {
            "start": 844047253,
            "stop": 844066052
        },
        {
            "start": 844066054,
            "stop": 844066095
        },
        {
            "start": 844067787,
            "stop": 844073669
        },
        {
            "start": 844073671,
            "stop": 844083398
        },
        {
            "start": 844083400,
            "stop": 844085360
        },
        {
            "start": 844085670,
            "stop": 844088185
        },
        {
            "start": 844097568,
            "stop": 844097708
        },
        {
            "start": 844097770,
            "stop": 844099208
        },
        {
            "start": 844099210,
            "stop": 844107656
        },
        {
            "start": 844107658,
            "stop": 844109934
        }
    ]
}