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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=918",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 919,
    "results": [
        {
            "start": 868606471,
            "stop": 868606861
        },
        {
            "start": 868606891,
            "stop": 868608271
        },
        {
            "start": 868609152,
            "stop": 868612512
        },
        {
            "start": 868614385,
            "stop": 868623325
        },
        {
            "start": 868624267,
            "stop": 868627327
        },
        {
            "start": 868641340,
            "stop": 868642180
        },
        {
            "start": 868644675,
            "stop": 868645455
        },
        {
            "start": 868645728,
            "stop": 868645908
        },
        {
            "start": 868646149,
            "stop": 868651069
        },
        {
            "start": 868651315,
            "stop": 868651735
        },
        {
            "start": 868654035,
            "stop": 868655415
        },
        {
            "start": 868659381,
            "stop": 868661361
        },
        {
            "start": 868664508,
            "stop": 868667808
        },
        {
            "start": 868668021,
            "stop": 868668861
        },
        {
            "start": 868669011,
            "stop": 868669251
        },
        {
            "start": 868669281,
            "stop": 868672611
        },
        {
            "start": 868672761,
            "stop": 868674021
        },
        {
            "start": 868674232,
            "stop": 868681432
        },
        {
            "start": 868686506,
            "stop": 868689086
        },
        {
            "start": 868689236,
            "stop": 868690346
        }
    ]
}