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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=114",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 115,
    "results": [
        {
            "start": 821047784,
            "stop": 821047844
        },
        {
            "start": 821048291,
            "stop": 821048531
        },
        {
            "start": 821048683,
            "stop": 821048863
        },
        {
            "start": 821049009,
            "stop": 821049369
        },
        {
            "start": 821049519,
            "stop": 821049669
        },
        {
            "start": 821049834,
            "stop": 821050254
        },
        {
            "start": 821051580,
            "stop": 821051880
        },
        {
            "start": 821052049,
            "stop": 821052409
        },
        {
            "start": 821052858,
            "stop": 821052918
        },
        {
            "start": 821057979,
            "stop": 821058099
        },
        {
            "start": 821058278,
            "stop": 821060558
        },
        {
            "start": 821060744,
            "stop": 821060804
        },
        {
            "start": 821060985,
            "stop": 821061165
        },
        {
            "start": 821061704,
            "stop": 821063444
        },
        {
            "start": 821063601,
            "stop": 821064201
        },
        {
            "start": 821064363,
            "stop": 821065023
        },
        {
            "start": 821065189,
            "stop": 821066389
        },
        {
            "start": 821067062,
            "stop": 821067242
        },
        {
            "start": 821067905,
            "stop": 821068025
        },
        {
            "start": 821068239,
            "stop": 821070879
        }
    ]
}