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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=86",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 87,
    "results": [
        {
            "start": 1375327073,
            "stop": 1375327310
        },
        {
            "start": 1375327315,
            "stop": 1375329966
        },
        {
            "start": 1375329971,
            "stop": 1375331463
        },
        {
            "start": 1375331468,
            "stop": 1375335889
        },
        {
            "start": 1375343160,
            "stop": 1375344304
        },
        {
            "start": 1375346519,
            "stop": 1375348504
        },
        {
            "start": 1375348509,
            "stop": 1375352897
        },
        {
            "start": 1375352902,
            "stop": 1375356342
        },
        {
            "start": 1375356347,
            "stop": 1375364096
        },
        {
            "start": 1375381741,
            "stop": 1375381925
        },
        {
            "start": 1375381930,
            "stop": 1375383280
        },
        {
            "start": 1375383284,
            "stop": 1375388843
        },
        {
            "start": 1375388848,
            "stop": 1375389116
        },
        {
            "start": 1375389121,
            "stop": 1375389456
        },
        {
            "start": 1375389461,
            "stop": 1375396103
        },
        {
            "start": 1375402953,
            "stop": 1375405076
        },
        {
            "start": 1375405081,
            "stop": 1375407283
        },
        {
            "start": 1375428542,
            "stop": 1375428550
        },
        {
            "start": 1375461610,
            "stop": 1375462066
        },
        {
            "start": 1375462071,
            "stop": 1375463706
        }
    ]
}