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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=293",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 294,
    "results": [
        {
            "start": 852140998,
            "stop": 852141028
        },
        {
            "start": 852141032,
            "stop": 852141090
        },
        {
            "start": 852141100,
            "stop": 852141154
        },
        {
            "start": 852141164,
            "stop": 852141255
        },
        {
            "start": 852141260,
            "stop": 852141290
        },
        {
            "start": 852141294,
            "stop": 852141299
        },
        {
            "start": 852141303,
            "stop": 852141308
        },
        {
            "start": 852141322,
            "stop": 852141337
        },
        {
            "start": 852141346,
            "stop": 852141434
        },
        {
            "start": 852141439,
            "stop": 852141483
        },
        {
            "start": 852141487,
            "stop": 852141497
        },
        {
            "start": 852141506,
            "stop": 852141521
        },
        {
            "start": 852141526,
            "stop": 852141537
        },
        {
            "start": 852141541,
            "stop": 852141614
        },
        {
            "start": 852141628,
            "stop": 852141638
        },
        {
            "start": 852141643,
            "stop": 852141648
        },
        {
            "start": 852141653,
            "stop": 852141722
        },
        {
            "start": 852141726,
            "stop": 852141731
        },
        {
            "start": 852141736,
            "stop": 852141775
        },
        {
            "start": 852141779,
            "stop": 852141879
        }
    ]
}