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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=31",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 32,
    "results": [
        {
            "start": 816362817,
            "stop": 816362824
        },
        {
            "start": 816362832,
            "stop": 816362833
        },
        {
            "start": 816362841,
            "stop": 816362842
        },
        {
            "start": 816362848,
            "stop": 816362877
        },
        {
            "start": 816362884,
            "stop": 816362957
        },
        {
            "start": 816362961,
            "stop": 816362978
        },
        {
            "start": 816362985,
            "stop": 816363013
        },
        {
            "start": 816363021,
            "stop": 816363026
        },
        {
            "start": 816363036,
            "stop": 816363087
        },
        {
            "start": 816363092,
            "stop": 816363124
        },
        {
            "start": 816363134,
            "stop": 816363224
        },
        {
            "start": 816363246,
            "stop": 816363530
        },
        {
            "start": 816363538,
            "stop": 816363550
        },
        {
            "start": 816363557,
            "stop": 816363595
        },
        {
            "start": 816363601,
            "stop": 816363750
        },
        {
            "start": 816363755,
            "stop": 816363756
        },
        {
            "start": 816363763,
            "stop": 816363766
        },
        {
            "start": 816363773,
            "stop": 816363812
        },
        {
            "start": 816363817,
            "stop": 816363862
        },
        {
            "start": 816363865,
            "stop": 816363935
        }
    ]
}