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=2994
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=2995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2993",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2994,
    "results": [
        {
            "start": 862167420,
            "stop": 862167540
        },
        {
            "start": 862167600,
            "stop": 862167660
        },
        {
            "start": 862169760,
            "stop": 862169796
        },
        {
            "start": 862169799,
            "stop": 862169814
        },
        {
            "start": 862169819,
            "stop": 862169820
        },
        {
            "start": 862169880,
            "stop": 862169940
        },
        {
            "start": 862170060,
            "stop": 862170120
        },
        {
            "start": 862170300,
            "stop": 862172220
        },
        {
            "start": 862172280,
            "stop": 862173212
        },
        {
            "start": 862173218,
            "stop": 862173285
        },
        {
            "start": 862173290,
            "stop": 862173670
        },
        {
            "start": 862173674,
            "stop": 862173680
        },
        {
            "start": 862173683,
            "stop": 862176751
        },
        {
            "start": 862177971,
            "stop": 862178640
        },
        {
            "start": 862178760,
            "stop": 862179154
        },
        {
            "start": 862180272,
            "stop": 862180560
        },
        {
            "start": 862180680,
            "stop": 862182840
        },
        {
            "start": 862182900,
            "stop": 862183320
        },
        {
            "start": 862183380,
            "stop": 862183800
        },
        {
            "start": 862183920,
            "stop": 862186714
        }
    ]
}