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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=132",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 133,
    "results": [
        {
            "start": 1239629423,
            "stop": 1239629823
        },
        {
            "start": 1239629824,
            "stop": 1239629825
        },
        {
            "start": 1239629827,
            "stop": 1239630221
        },
        {
            "start": 1239630222,
            "stop": 1239630265
        },
        {
            "start": 1239630266,
            "stop": 1239630317
        },
        {
            "start": 1239630320,
            "stop": 1239630434
        },
        {
            "start": 1239630436,
            "stop": 1239630440
        },
        {
            "start": 1239630441,
            "stop": 1239630456
        },
        {
            "start": 1239630458,
            "stop": 1239630693
        },
        {
            "start": 1239630695,
            "stop": 1239630738
        },
        {
            "start": 1239630739,
            "stop": 1239630755
        },
        {
            "start": 1239630757,
            "stop": 1239631048
        },
        {
            "start": 1239631049,
            "stop": 1239631090
        },
        {
            "start": 1239631091,
            "stop": 1239631168
        },
        {
            "start": 1239631169,
            "stop": 1239631217
        },
        {
            "start": 1239631219,
            "stop": 1239631309
        },
        {
            "start": 1239631310,
            "stop": 1239631462
        },
        {
            "start": 1239631463,
            "stop": 1239631597
        },
        {
            "start": 1239631599,
            "stop": 1239631820
        },
        {
            "start": 1239631821,
            "stop": 1239631887
        }
    ]
}