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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=227",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 228,
    "results": [
        {
            "start": 844753508,
            "stop": 844771273
        },
        {
            "start": 844773905,
            "stop": 844785521
        },
        {
            "start": 844786421,
            "stop": 844793296
        },
        {
            "start": 844812803,
            "stop": 844818973
        },
        {
            "start": 844823295,
            "stop": 844851082
        },
        {
            "start": 844859597,
            "stop": 844870213
        },
        {
            "start": 844876949,
            "stop": 844894199
        },
        {
            "start": 844896594,
            "stop": 844967710
        },
        {
            "start": 844979159,
            "stop": 845004250
        },
        {
            "start": 845004511,
            "stop": 845005163
        },
        {
            "start": 845005792,
            "stop": 845038513
        },
        {
            "start": 845043636,
            "stop": 845050846
        },
        {
            "start": 845052309,
            "stop": 845065018
        },
        {
            "start": 845065987,
            "stop": 845068298
        },
        {
            "start": 845155144,
            "stop": 845155536
        },
        {
            "start": 845155649,
            "stop": 845157853
        },
        {
            "start": 845157941,
            "stop": 845158693
        },
        {
            "start": 845158698,
            "stop": 845158699
        },
        {
            "start": 845159036,
            "stop": 845162619
        },
        {
            "start": 845162799,
            "stop": 845222934
        }
    ]
}