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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=168",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 169,
    "results": [
        {
            "start": 824716993,
            "stop": 824717293
        },
        {
            "start": 824717447,
            "stop": 824717627
        },
        {
            "start": 824718251,
            "stop": 824718551
        },
        {
            "start": 824779592,
            "stop": 824779652
        },
        {
            "start": 824780009,
            "stop": 824780129
        },
        {
            "start": 824780359,
            "stop": 824780539
        },
        {
            "start": 824780717,
            "stop": 824781317
        },
        {
            "start": 824781578,
            "stop": 824781758
        },
        {
            "start": 824782450,
            "stop": 824782570
        },
        {
            "start": 824783014,
            "stop": 824783074
        },
        {
            "start": 824783383,
            "stop": 824783443
        },
        {
            "start": 824783638,
            "stop": 824783698
        },
        {
            "start": 824784289,
            "stop": 824784529
        },
        {
            "start": 824784711,
            "stop": 824784951
        },
        {
            "start": 824785577,
            "stop": 824785757
        },
        {
            "start": 824785936,
            "stop": 824786116
        },
        {
            "start": 824786560,
            "stop": 824786740
        },
        {
            "start": 824787491,
            "stop": 824787731
        },
        {
            "start": 824788010,
            "stop": 824788130
        },
        {
            "start": 824793831,
            "stop": 824794131
        }
    ]
}