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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3133",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3134,
    "results": [
        {
            "start": 868313520,
            "stop": 868313642
        },
        {
            "start": 868313648,
            "stop": 868315312
        },
        {
            "start": 868315318,
            "stop": 868320120
        },
        {
            "start": 868320180,
            "stop": 868321320
        },
        {
            "start": 868321380,
            "stop": 868322080
        },
        {
            "start": 868322085,
            "stop": 868322100
        },
        {
            "start": 868322160,
            "stop": 868324342
        },
        {
            "start": 868324348,
            "stop": 868324385
        },
        {
            "start": 868324390,
            "stop": 868325220
        },
        {
            "start": 868325280,
            "stop": 868327560
        },
        {
            "start": 868327620,
            "stop": 868334580
        },
        {
            "start": 868334640,
            "stop": 868337940
        },
        {
            "start": 868338000,
            "stop": 868341404
        },
        {
            "start": 868341585,
            "stop": 868344764
        },
        {
            "start": 868344945,
            "stop": 868347824
        },
        {
            "start": 868348005,
            "stop": 868349624
        },
        {
            "start": 868349805,
            "stop": 868351272
        },
        {
            "start": 868351278,
            "stop": 868363620
        },
        {
            "start": 868363680,
            "stop": 868363980
        },
        {
            "start": 868364040,
            "stop": 868365377
        }
    ]
}