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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=20",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 21,
    "results": [
        {
            "start": 817443516,
            "stop": 817447625
        },
        {
            "start": 817460989,
            "stop": 817462496
        },
        {
            "start": 817462528,
            "stop": 817476288
        },
        {
            "start": 817476320,
            "stop": 817488853
        },
        {
            "start": 817491299,
            "stop": 817504485
        },
        {
            "start": 817507859,
            "stop": 817508353
        },
        {
            "start": 817509065,
            "stop": 817509536
        },
        {
            "start": 817509568,
            "stop": 817511904
        },
        {
            "start": 817511936,
            "stop": 817517408
        },
        {
            "start": 817517440,
            "stop": 817520544
        },
        {
            "start": 817520576,
            "stop": 817524992
        },
        {
            "start": 817525024,
            "stop": 817526272
        },
        {
            "start": 817526304,
            "stop": 817531936
        },
        {
            "start": 817531968,
            "stop": 817532544
        },
        {
            "start": 817532576,
            "stop": 817537536
        },
        {
            "start": 817537568,
            "stop": 817562976
        },
        {
            "start": 817563008,
            "stop": 817565053
        },
        {
            "start": 817566792,
            "stop": 817578976
        },
        {
            "start": 817579008,
            "stop": 817582080
        },
        {
            "start": 817582112,
            "stop": 817582816
        }
    ]
}