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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=244",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 245,
    "results": [
        {
            "start": 851784091,
            "stop": 851784097
        },
        {
            "start": 851784105,
            "stop": 851784121
        },
        {
            "start": 851784130,
            "stop": 851784156
        },
        {
            "start": 851784164,
            "stop": 851784175
        },
        {
            "start": 851784184,
            "stop": 851784228
        },
        {
            "start": 851784231,
            "stop": 851784247
        },
        {
            "start": 851784251,
            "stop": 851784281
        },
        {
            "start": 851784284,
            "stop": 851784290
        },
        {
            "start": 851784294,
            "stop": 851784304
        },
        {
            "start": 851784308,
            "stop": 851784324
        },
        {
            "start": 851784332,
            "stop": 851784338
        },
        {
            "start": 851784371,
            "stop": 851784436
        },
        {
            "start": 851784449,
            "stop": 851784460
        },
        {
            "start": 851784464,
            "stop": 851784470
        },
        {
            "start": 851784474,
            "stop": 851784480
        },
        {
            "start": 851784483,
            "stop": 851784489
        },
        {
            "start": 851784503,
            "stop": 851784529
        },
        {
            "start": 851784538,
            "stop": 851784543
        },
        {
            "start": 851784553,
            "stop": 851784558
        },
        {
            "start": 851784577,
            "stop": 851784582
        }
    ]
}