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_H2L1/segments?format=api&page=427
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_H2L1/segments?format=api&page=428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=426",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 427,
    "results": [
        {
            "start": 839009409,
            "stop": 839014989
        },
        {
            "start": 839015284,
            "stop": 839015464
        },
        {
            "start": 839015610,
            "stop": 839017050
        },
        {
            "start": 839017193,
            "stop": 839017253
        },
        {
            "start": 839017709,
            "stop": 839017889
        },
        {
            "start": 839018041,
            "stop": 839018101
        },
        {
            "start": 839018251,
            "stop": 839020441
        },
        {
            "start": 839022500,
            "stop": 839023700
        },
        {
            "start": 839023839,
            "stop": 839024979
        },
        {
            "start": 839038924,
            "stop": 839039044
        },
        {
            "start": 839039426,
            "stop": 839039996
        },
        {
            "start": 839040116,
            "stop": 839040926
        },
        {
            "start": 839041078,
            "stop": 839042218
        },
        {
            "start": 839044018,
            "stop": 839044678
        },
        {
            "start": 839044828,
            "stop": 839054398
        },
        {
            "start": 839055150,
            "stop": 839058270
        },
        {
            "start": 839058420,
            "stop": 839058540
        },
        {
            "start": 839058600,
            "stop": 839058660
        },
        {
            "start": 839058690,
            "stop": 839058780
        },
        {
            "start": 839058930,
            "stop": 839059350
        }
    ]
}