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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=323",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 324,
    "results": [
        {
            "start": 874024251,
            "stop": 874044324
        },
        {
            "start": 874044325,
            "stop": 874087531
        },
        {
            "start": 874088911,
            "stop": 874162771
        },
        {
            "start": 874182367,
            "stop": 874186345
        },
        {
            "start": 874187038,
            "stop": 874187786
        },
        {
            "start": 874188391,
            "stop": 874189094
        },
        {
            "start": 874190114,
            "stop": 874193688
        },
        {
            "start": 874194344,
            "stop": 874227039
        },
        {
            "start": 874227040,
            "stop": 874263019
        },
        {
            "start": 874263020,
            "stop": 874263348
        },
        {
            "start": 874267628,
            "stop": 874272844
        },
        {
            "start": 874273922,
            "stop": 874275405
        },
        {
            "start": 874277162,
            "stop": 874313409
        },
        {
            "start": 874318804,
            "stop": 874340679
        },
        {
            "start": 874341395,
            "stop": 874347672
        },
        {
            "start": 874349466,
            "stop": 874352727
        },
        {
            "start": 874353556,
            "stop": 874354114
        },
        {
            "start": 874354837,
            "stop": 874360640
        },
        {
            "start": 874363019,
            "stop": 874436851
        },
        {
            "start": 874438904,
            "stop": 874439947
        }
    ]
}