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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1017",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1018,
    "results": [
        {
            "start": 871881600,
            "stop": 871881840
        },
        {
            "start": 871882035,
            "stop": 871884735
        },
        {
            "start": 871884885,
            "stop": 871885695
        },
        {
            "start": 871885855,
            "stop": 871887655
        },
        {
            "start": 871887830,
            "stop": 871888250
        },
        {
            "start": 871888424,
            "stop": 871888544
        },
        {
            "start": 871888734,
            "stop": 871888854
        },
        {
            "start": 871889359,
            "stop": 871890259
        },
        {
            "start": 871890435,
            "stop": 871891815
        },
        {
            "start": 871893499,
            "stop": 871894339
        },
        {
            "start": 871894485,
            "stop": 871896885
        },
        {
            "start": 871897079,
            "stop": 871898189
        },
        {
            "start": 871898430,
            "stop": 871898550
        },
        {
            "start": 871898640,
            "stop": 871900410
        },
        {
            "start": 871900560,
            "stop": 871904910
        },
        {
            "start": 871905302,
            "stop": 871906502
        },
        {
            "start": 871906676,
            "stop": 871908356
        },
        {
            "start": 871908533,
            "stop": 871909313
        },
        {
            "start": 871909482,
            "stop": 871909662
        },
        {
            "start": 871910008,
            "stop": 871910248
        }
    ]
}