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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=24",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 25,
    "results": [
        {
            "start": 1404761063,
            "stop": 1404761167
        },
        {
            "start": 1404761173,
            "stop": 1404761186
        },
        {
            "start": 1404763648,
            "stop": 1404765037
        },
        {
            "start": 1404776175,
            "stop": 1404779600
        },
        {
            "start": 1404783648,
            "stop": 1404801802
        },
        {
            "start": 1404804505,
            "stop": 1404812811
        },
        {
            "start": 1404819196,
            "stop": 1404831611
        },
        {
            "start": 1404835615,
            "stop": 1404836717
        },
        {
            "start": 1404837163,
            "stop": 1404837229
        },
        {
            "start": 1404837302,
            "stop": 1404841040
        },
        {
            "start": 1404843621,
            "stop": 1404863609
        },
        {
            "start": 1404868953,
            "stop": 1404917590
        },
        {
            "start": 1404920610,
            "stop": 1404933406
        },
        {
            "start": 1404935108,
            "stop": 1404942331
        },
        {
            "start": 1404951842,
            "stop": 1404975310
        },
        {
            "start": 1404975559,
            "stop": 1404983043
        },
        {
            "start": 1404983392,
            "stop": 1404999203
        },
        {
            "start": 1405003963,
            "stop": 1405008843
        },
        {
            "start": 1405009265,
            "stop": 1405015172
        },
        {
            "start": 1405015598,
            "stop": 1405017140
        }
    ]
}