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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6900",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6901,
    "results": [
        {
            "start": 873475267,
            "stop": 873475314
        },
        {
            "start": 873475319,
            "stop": 873475340
        },
        {
            "start": 873475347,
            "stop": 873475366
        },
        {
            "start": 873475373,
            "stop": 873475690
        },
        {
            "start": 873475702,
            "stop": 873475778
        },
        {
            "start": 873475782,
            "stop": 873475789
        },
        {
            "start": 873475793,
            "stop": 873476220
        },
        {
            "start": 873476280,
            "stop": 873476337
        },
        {
            "start": 873476640,
            "stop": 873476771
        },
        {
            "start": 873476857,
            "stop": 873477098
        },
        {
            "start": 873477102,
            "stop": 873477266
        },
        {
            "start": 873477272,
            "stop": 873478245
        },
        {
            "start": 873478249,
            "stop": 873478326
        },
        {
            "start": 873478329,
            "stop": 873478332
        },
        {
            "start": 873478337,
            "stop": 873478338
        },
        {
            "start": 873478341,
            "stop": 873478342
        },
        {
            "start": 873478345,
            "stop": 873478380
        },
        {
            "start": 873478383,
            "stop": 873478454
        },
        {
            "start": 873478458,
            "stop": 873478756
        },
        {
            "start": 873478760,
            "stop": 873478864
        }
    ]
}