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=3144
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=3145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3143",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3144,
    "results": [
        {
            "start": 868793865,
            "stop": 868793878
        },
        {
            "start": 868793880,
            "stop": 868793912
        },
        {
            "start": 868842015,
            "stop": 868842060
        },
        {
            "start": 868842120,
            "stop": 868842300
        },
        {
            "start": 868842360,
            "stop": 868843200
        },
        {
            "start": 868843260,
            "stop": 868845764
        },
        {
            "start": 868846185,
            "stop": 868848164
        },
        {
            "start": 868848345,
            "stop": 868851330
        },
        {
            "start": 868851682,
            "stop": 868856082
        },
        {
            "start": 868856088,
            "stop": 868857780
        },
        {
            "start": 868857840,
            "stop": 868864860
        },
        {
            "start": 868866193,
            "stop": 868868744
        },
        {
            "start": 868868925,
            "stop": 868870557
        },
        {
            "start": 868870563,
            "stop": 868870620
        },
        {
            "start": 868870680,
            "stop": 868871880
        },
        {
            "start": 868871940,
            "stop": 868873004
        },
        {
            "start": 868873185,
            "stop": 868874234
        },
        {
            "start": 868874236,
            "stop": 868877520
        },
        {
            "start": 868877580,
            "stop": 868878284
        },
        {
            "start": 868878465,
            "stop": 868881464
        }
    ]
}