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=866
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=867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=865",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 866,
    "results": [
        {
            "start": 865446761,
            "stop": 865447601
        },
        {
            "start": 865447930,
            "stop": 865448950
        },
        {
            "start": 865449097,
            "stop": 865449637
        },
        {
            "start": 865449878,
            "stop": 865450118
        },
        {
            "start": 865450486,
            "stop": 865450546
        },
        {
            "start": 865450736,
            "stop": 865450856
        },
        {
            "start": 865451066,
            "stop": 865451186
        },
        {
            "start": 865451316,
            "stop": 865454196
        },
        {
            "start": 865454362,
            "stop": 865456282
        },
        {
            "start": 865458940,
            "stop": 865460560
        },
        {
            "start": 865460778,
            "stop": 865464438
        },
        {
            "start": 865464658,
            "stop": 865464958
        },
        {
            "start": 865466486,
            "stop": 865474526
        },
        {
            "start": 865475458,
            "stop": 865484098
        },
        {
            "start": 865484264,
            "stop": 865485584
        },
        {
            "start": 865485773,
            "stop": 865487333
        },
        {
            "start": 865487923,
            "stop": 865490863
        },
        {
            "start": 865493090,
            "stop": 865516010
        },
        {
            "start": 865516160,
            "stop": 865518530
        },
        {
            "start": 865519985,
            "stop": 865522925
        }
    ]
}