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_H1L1/segments?format=api&page=1071
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_H1L1/segments?format=api&page=1072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1070",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1071,
    "results": [
        {
            "start": 873552697,
            "stop": 873553897
        },
        {
            "start": 873554131,
            "stop": 873554191
        },
        {
            "start": 873554397,
            "stop": 873554637
        },
        {
            "start": 873554780,
            "stop": 873557330
        },
        {
            "start": 873557480,
            "stop": 873557780
        },
        {
            "start": 873557916,
            "stop": 873558036
        },
        {
            "start": 873576789,
            "stop": 873576909
        },
        {
            "start": 873577264,
            "stop": 873577774
        },
        {
            "start": 873577804,
            "stop": 873578014
        },
        {
            "start": 873578164,
            "stop": 873578344
        },
        {
            "start": 873578489,
            "stop": 873579149
        },
        {
            "start": 873579317,
            "stop": 873580817
        },
        {
            "start": 873580907,
            "stop": 873580967
        },
        {
            "start": 873581147,
            "stop": 873581237
        },
        {
            "start": 873581554,
            "stop": 873581734
        },
        {
            "start": 873581894,
            "stop": 873582074
        },
        {
            "start": 873582361,
            "stop": 873582601
        },
        {
            "start": 873582751,
            "stop": 873582961
        },
        {
            "start": 873583081,
            "stop": 873583381
        },
        {
            "start": 873584144,
            "stop": 873584954
        }
    ]
}