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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=9",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 10,
    "results": [
        {
            "start": 1400673830,
            "stop": 1400673944
        },
        {
            "start": 1400674022,
            "stop": 1400697939
        },
        {
            "start": 1400700060,
            "stop": 1400712029
        },
        {
            "start": 1400720099,
            "stop": 1400768044
        },
        {
            "start": 1400779698,
            "stop": 1400785573
        },
        {
            "start": 1400789110,
            "stop": 1400792379
        },
        {
            "start": 1400800420,
            "stop": 1400924051
        },
        {
            "start": 1400930177,
            "stop": 1400936457
        },
        {
            "start": 1400941191,
            "stop": 1400941236
        },
        {
            "start": 1400983502,
            "stop": 1400991133
        },
        {
            "start": 1400998613,
            "stop": 1401004343
        },
        {
            "start": 1401007982,
            "stop": 1401020702
        },
        {
            "start": 1401027958,
            "stop": 1401029284
        },
        {
            "start": 1401045090,
            "stop": 1401049823
        },
        {
            "start": 1401053659,
            "stop": 1401061235
        },
        {
            "start": 1401066888,
            "stop": 1401118230
        },
        {
            "start": 1401151533,
            "stop": 1401171849
        },
        {
            "start": 1401172062,
            "stop": 1401208346
        },
        {
            "start": 1401218008,
            "stop": 1401233525
        },
        {
            "start": 1401233781,
            "stop": 1401241796
        }
    ]
}