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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=255",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 256,
    "results": [
        {
            "start": 829591305,
            "stop": 829591545
        },
        {
            "start": 829591990,
            "stop": 829592530
        },
        {
            "start": 829598233,
            "stop": 829598773
        },
        {
            "start": 829599275,
            "stop": 829599395
        },
        {
            "start": 829599941,
            "stop": 829600121
        },
        {
            "start": 829600387,
            "stop": 829600627
        },
        {
            "start": 829600792,
            "stop": 829601092
        },
        {
            "start": 829609707,
            "stop": 829609767
        },
        {
            "start": 829609905,
            "stop": 829611105
        },
        {
            "start": 829641850,
            "stop": 829642570
        },
        {
            "start": 829645349,
            "stop": 829647569
        },
        {
            "start": 829647771,
            "stop": 829653651
        },
        {
            "start": 829665431,
            "stop": 829665611
        },
        {
            "start": 829667606,
            "stop": 829667666
        },
        {
            "start": 829669645,
            "stop": 829669705
        },
        {
            "start": 829670107,
            "stop": 829670287
        },
        {
            "start": 829670913,
            "stop": 829671033
        },
        {
            "start": 829671338,
            "stop": 829671398
        },
        {
            "start": 829672061,
            "stop": 829672121
        },
        {
            "start": 829672333,
            "stop": 829672393
        }
    ]
}