Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=97
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_H1L1/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=96",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 97,
    "results": [
        {
            "start": 820701223,
            "stop": 820701343
        },
        {
            "start": 820702461,
            "stop": 820702521
        },
        {
            "start": 820703341,
            "stop": 820703401
        },
        {
            "start": 820711129,
            "stop": 820711189
        },
        {
            "start": 820712107,
            "stop": 820712167
        },
        {
            "start": 820712427,
            "stop": 820712787
        },
        {
            "start": 820713885,
            "stop": 820713945
        },
        {
            "start": 820714117,
            "stop": 820714717
        },
        {
            "start": 820715135,
            "stop": 820716095
        },
        {
            "start": 820717774,
            "stop": 820717894
        },
        {
            "start": 820718034,
            "stop": 820718454
        },
        {
            "start": 820721017,
            "stop": 820721497
        },
        {
            "start": 820721632,
            "stop": 820722832
        },
        {
            "start": 820722976,
            "stop": 820723816
        },
        {
            "start": 820723961,
            "stop": 820731941
        },
        {
            "start": 820733312,
            "stop": 820733732
        },
        {
            "start": 820734843,
            "stop": 820736313
        },
        {
            "start": 820736343,
            "stop": 820736403
        },
        {
            "start": 820736433,
            "stop": 820737063
        },
        {
            "start": 820737313,
            "stop": 820738273
        }
    ]
}