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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=43",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 44,
    "results": [
        {
            "start": 816423341,
            "stop": 816423346
        },
        {
            "start": 816423350,
            "stop": 816423355
        },
        {
            "start": 816423359,
            "stop": 816423362
        },
        {
            "start": 816423370,
            "stop": 816423371
        },
        {
            "start": 816423374,
            "stop": 816423392
        },
        {
            "start": 816423396,
            "stop": 816423401
        },
        {
            "start": 816423404,
            "stop": 816423441
        },
        {
            "start": 816423455,
            "stop": 816423469
        },
        {
            "start": 816423473,
            "stop": 816423487
        },
        {
            "start": 816423495,
            "stop": 816423496
        },
        {
            "start": 816423501,
            "stop": 816423538
        },
        {
            "start": 816423542,
            "stop": 816423545
        },
        {
            "start": 816423551,
            "stop": 816423555
        },
        {
            "start": 816423560,
            "stop": 816423563
        },
        {
            "start": 816423571,
            "stop": 816423572
        },
        {
            "start": 816423579,
            "stop": 816423580
        },
        {
            "start": 816423585,
            "stop": 816423587
        },
        {
            "start": 816423592,
            "stop": 816423789
        },
        {
            "start": 816423792,
            "stop": 816423841
        },
        {
            "start": 816423846,
            "stop": 816423867
        }
    ]
}