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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29355",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29353",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29354,
    "results": [
        {
            "start": 971256721,
            "stop": 971256740
        },
        {
            "start": 971256741,
            "stop": 971256766
        },
        {
            "start": 971256769,
            "stop": 971256779
        },
        {
            "start": 971256782,
            "stop": 971256785
        },
        {
            "start": 971256787,
            "stop": 971256789
        },
        {
            "start": 971256790,
            "stop": 971256807
        },
        {
            "start": 971256811,
            "stop": 971256818
        },
        {
            "start": 971256819,
            "stop": 971256820
        },
        {
            "start": 971256821,
            "stop": 971256827
        },
        {
            "start": 971256829,
            "stop": 971256837
        },
        {
            "start": 971256839,
            "stop": 971256850
        },
        {
            "start": 971256852,
            "stop": 971256864
        },
        {
            "start": 971256867,
            "stop": 971256884
        },
        {
            "start": 971256887,
            "stop": 971256916
        },
        {
            "start": 971256917,
            "stop": 971256918
        },
        {
            "start": 971256919,
            "stop": 971256920
        },
        {
            "start": 971256922,
            "stop": 971256938
        },
        {
            "start": 971256940,
            "stop": 971256945
        },
        {
            "start": 971256947,
            "stop": 971256954
        },
        {
            "start": 971256956,
            "stop": 971256970
        }
    ]
}