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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=261",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 262,
    "results": [
        {
            "start": 829592406,
            "stop": 829592526
        },
        {
            "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": 829609904,
            "stop": 829611104
        },
        {
            "start": 829636706,
            "stop": 829637066
        },
        {
            "start": 829637218,
            "stop": 829637608
        },
        {
            "start": 829641850,
            "stop": 829642570
        },
        {
            "start": 829645349,
            "stop": 829647569
        },
        {
            "start": 829647767,
            "stop": 829653647
        },
        {
            "start": 829665431,
            "stop": 829665611
        },
        {
            "start": 829667606,
            "stop": 829667666
        },
        {
            "start": 829670913,
            "stop": 829671033
        },
        {
            "start": 829671338,
            "stop": 829671398
        },
        {
            "start": 829672061,
            "stop": 829672121
        },
        {
            "start": 829672333,
            "stop": 829672393
        },
        {
            "start": 829672732,
            "stop": 829672852
        }
    ]
}